Solving Two-Step Equations- Simple Methods and Examples
What Two-Step Equations Actually Are
Two-step equations are algebraic equations that take exactly two operations to solve. That's it. No more, no less.
Here's the basic form:
ax + b = c
Where a, b, and c are numbers, and x is the variable you're solving for.
The trick? You need to undo those two operations in reverse order. Addition and subtraction come first, then multiplication and division.
The Core Principle: Inverse Operations
Every operation in an equation can be undone. That's the whole game.
- Addition โ Subtraction
- Multiplication โ Division
If something is added to x, you subtract it. If x is multiplied by something, you divide by it.
How to Solve Two-Step Equations
Follow this sequence:
- Step 1: Undo addition or subtraction first
- Step 2: Undo multiplication or division second
- Step 3: Check your answer
Example 1: Solving 3x + 5 = 20
Start with the equation:
3x + 5 = 20
Step 1: Subtract 5 from both sides to undo the +5
3x + 5 - 5 = 20 - 5
3x = 15
Step 2: Divide both sides by 3 to undo the multiplication
3x รท 3 = 15 รท 3
x = 5
Step 3: Check it
3(5) + 5 = 15 + 5 = 20 โ
Example 2: Solving x/4 - 7 = 3
Start with:
x/4 - 7 = 3
Step 1: Add 7 to both sides
x/4 - 7 + 7 = 3 + 7
x/4 = 10
Step 2: Multiply both sides by 4
x/4 ร 4 = 10 ร 4
x = 40
Step 3: Check it
40/4 - 7 = 10 - 7 = 3 โ
Example 3: Solving -2x + 9 = 1
Start with:
-2x + 9 = 1
Step 1: Subtract 9
-2x = 1 - 9
-2x = -8
Step 2: Divide by -2
x = -8 รท -2
x = 4
Step 3: Check it
-2(4) + 9 = -8 + 9 = 1 โ
Common Mistakes to Avoid
- Doing operations in the wrong order. Always handle addition/subtraction before multiplication/division. Students get this backwards constantly.
- Forgetting to apply the operation to both sides. Whatever you do to one side, you must do to the other. Every. Single. Time.
- Messy negative signs. -2x = 6 means x = -3, not x = 3. Watch your signs when dividing negatives.
- Skipping the check. It takes 5 seconds and catches most errors. Just do it.
Two-Step vs. Other Equation Types
| Type | Example | Operations Needed |
|---|---|---|
| One-step | x + 5 = 12 | 1 (subtract 5) |
| Two-step | 3x + 4 = 19 | 2 (subtract 4, divide by 3) |
| Multi-step | 2(x + 3) = 10 | 3+ (distribute, subtract, divide) |
Practice Problems
Try these. Answers at the bottom.
- 2x + 8 = 16
- 5x - 3 = 22
- x/6 + 4 = 9
- -4x + 7 = -1
Answers
- x = 4
- x = 5
- x = 30
- x = 2