Solving Two Step Equations- Complete Guide

What Are Two-Step Equations?

Two-step equations are algebraic equations that take exactly two operations to solve. That's it. Nothing fancy.

The standard form looks like this:

ax + b = c or ax - b = c

Where a, b, and c are numbers, and x is your mystery variable.

Examples:

Notice the pattern: one operation is addition or subtraction, the other is multiplication or division. If your equation needs more than two steps, you're dealing with something else entirely.

The Core Principle: Work Backwards

Algebra is just reverse engineering. You have the answer, you have the operations—now you find the starting number.

The golden rule: whatever you do to one side, you must do to the other side. Forget this and you're done. Math doesn't forgive sloppy work.

Think of a locked box. You need to reverse every padlock to open it. That's solving equations.

Step-by-Step Process

Step 1: Isolate the Variable Term

Get all the numbers on one side. Undo addition or subtraction first—always.

Example: 3x + 7 = 22

Subtract 7 from both sides: 3x + 7 - 7 = 22 - 7

Result: 3x = 15

Example: 5x - 4 = 16

Add 4 to both sides: 5x - 4 + 4 = 16 + 4

Result: 5x = 20

Step 2: Eliminate the Coefficient

Now remove the number attached to your variable. Undo multiplication with division, or division with multiplication.

Continuing from 3x = 15:

Divide both sides by 3: 3x ÷ 3 = 15 ÷ 3

Result: x = 5

Continuing from 5x = 20:

Divide both sides by 5: 5x ÷ 5 = 20 ÷ 5

Result: x = 4

Worked Examples

Example 1: Solve 4x + 3 = 19

Example 2: Solve 7x - 12 = 30

Example 3: Solve -3x + 8 = 2

Example 4: Solve x/5 + 9 = 14

Common Mistakes to Avoid

Getting Started: Your Action Plan

When you see a two-step equation, follow this checklist:

  1. Identify the two operations in your equation
  2. Determine which one to undo first (addition/subtraction)
  3. Perform that operation on both sides
  4. Identify what's left attached to the variable
  5. Undo it with the opposite operation
  6. Check your answer by substituting back

That's the entire process. Practice it until it's automatic.

Quick Reference

Equation Type First Step Second Step
ax + b = c Subtract b from both sides Divide by a
ax - b = c Add b to both sides Divide by a
x/a + b = c Subtract b from both sides Multiply by a
x/a - b = c Add b to both sides Multiply by a

Practice Problems

Try these. No peeking until you've attempted them:

  1. 2x + 8 = 20
  2. 6x - 5 = 31
  3. 4x + 11 = 35
  4. 9x - 3 = 24
  5. x/3 + 7 = 12

Answers:

  1. x = 6
  2. x = 6
  3. x = 6
  4. x = 3
  5. x = 15