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:
- 3x + 7 = 22
- 5x - 4 = 16
- -2x + 9 = 3
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
- Subtract 3: 4x = 16
- Divide by 4: x = 4
- Check: 4(4) + 3 = 16 + 3 = 19 ✓
Example 2: Solve 7x - 12 = 30
- Add 12: 7x = 42
- Divide by 7: x = 6
- Check: 7(6) - 12 = 42 - 12 = 30 ✓
Example 3: Solve -3x + 8 = 2
- Subtract 8: -3x = -6
- Divide by -3: x = 2
- Check: -3(2) + 8 = -6 + 8 = 2 ✓
Example 4: Solve x/5 + 9 = 14
- Subtract 9: x/5 = 5
- Multiply by 5: x = 25
- Check: 25/5 + 9 = 5 + 9 = 14 ✓
Common Mistakes to Avoid
- Doing operations in the wrong order. Addition/subtraction comes first. Always. If you divide before isolating the variable term, you'll just create a bigger mess.
- Forgetting to apply the operation to both sides. This is where most errors happen. Every single operation must happen on both sides of the equals sign.
- Sign errors. Negative numbers trip people up constantly. Write out every step. Don't try to do it in your head.
- Not checking your answer. Plug your solution back into the original equation. If it doesn't work, you messed up somewhere.
- Simplifying too early. Combine like terms on the same side first. 3x + 5 - 2 is 3x + 3, not 3x + 5 - 2 still sitting there.
Getting Started: Your Action Plan
When you see a two-step equation, follow this checklist:
- Identify the two operations in your equation
- Determine which one to undo first (addition/subtraction)
- Perform that operation on both sides
- Identify what's left attached to the variable
- Undo it with the opposite operation
- 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:
- 2x + 8 = 20
- 6x - 5 = 31
- 4x + 11 = 35
- 9x - 3 = 24
- x/3 + 7 = 12
Answers:
- x = 6
- x = 6
- x = 6
- x = 3
- x = 15