Solving Two-Step Equations
Two operations are tangled around x — undo them in reverse order and the balance scale tells you exactly what x must be.
Two operations, tangled together
A one-step equation undoes a single operation. A two-step equation, like 3x + 5 = 20, has two things happening to x: it's being multiplied by 3, and 5 is being added. To solve it, you have to carefully unwind both operations — and the order you unwind them in matters.
Undo in reverse order
The operations were applied to x in the order “multiply, then add.” To isolate x again, undo them in the opposite order: first undo the addition or subtraction (the last thing that happened), then undo the multiplication or division (the first thing that happened).
The two-step routine
Every two-step equation follows the same routine: (1) add or subtract the same number on both sides to isolate the multiplication term, then (2) divide (or multiply) both sides by the same number to isolate x completely. Two clean moves, every time.
- Undo the addition first: subtract 5 from both sides. 3x + 5 − 5 = 20 − 5, so 3x = 15.
- Undo the multiplication: divide both sides by 3. 3x ÷ 3 = 15 ÷ 3.
- Check: 3(5) + 5 = 15 + 5 = 20. ✓
- Undo the subtraction first: add 4 to both sides. −2x − 4 + 4 = 10 + 4, so −2x = 14.
- Undo the multiplication: divide both sides by −2. −2x ÷ (−2) = 14 ÷ (−2).
- Check: −2(−7) − 4 = 14 − 4 = 10. ✓
Check your understanding
- A two-step equation has two operations applied to x, such as multiply then add.
- Keep the equation balanced: whatever you do to one side, do to the other.
- Undo the operations in reverse order — addition/subtraction first, then multiplication/division.
- Always check your solution by substituting it back into the original equation.
- Dividing by a negative number is where sign mistakes most often happen — check carefully.