Solving Two-Step Equations

Read a two-step equation as a process built around x, then undo those layers with equivalent transformations until the variable is isolated.

Learner question

If x is hidden behind two operations, which layer should we undo first?

Equality is still the rule: every transformation must preserve both sides. The new challenge is strategy. We usually remove the outer layer first because it keeps the arithmetic simple.

Rule vs strategy
Rule: preserve equality
Strategy: simplify as you undo

A different balanced route can still be valid even when it is not the cleanest route.

How the equation was built

Operations wrap around x in layers.

For 3x + 5, multiplication happens to x first; addition is the outer layer that acts last.

Start
x
× 3
Inner layer
3x
+ 5
Outer layer
3x + 5
Worked model

Undo the construction in reverse.

013x + 5 = 20
Start
023x = 15
subtract 5 from both sides
03x = 5
divide both sides by 3

Reverse order is a useful default because it peels away the outer operation without disturbing the inner structure.

Layer workbench

Peel the equation back to x.

Equation history
013x + 5 = 20
Layer 1 of 2

Remove the outer +5 layer.

Choose an operation to apply to the entire left side and the entire right side.

Verify in the original

Solve first. Substitution checks the value you derived; it does not discover the value for you.

Stress-test the strategy

A different first step can be legal without being pleasant.

For 3x + 5 = 20, both routes below preserve the same solution. The first route is preferred because it keeps the numbers simple.

Cleaner route
3x + 5 = 20
3x = 15
x = 5

Subtract 5, then divide by 3.

Legal, messier route
3x + 5 = 20
x + 5/3 = 20/3
x = 5

Divide every term by 3 first. Equality survives, but fractions appear.

Generalize: preserving equality decides whether a move is valid. Choosing moves that reduce complexity decides whether a route is efficient.
Transfer checkFresh equations, same underlying idea
Two-Step Equations check1 / 3

Solve 5x + 4 = 29. Enter x.