Pre-Algebra · Algebra 1 · Grades 8, 9

How to Solve Multi-Step Equations

Quick answer

To solve a multi-step equation, first simplify each side on its own: distribute to clear parentheses, then combine like terms. Once each side is a single simplified expression, undo the operations in reverse order exactly as you would for a two-step equation. Always check by substituting your answer back in.

What you'll learn

  • Simplify each side of an equation before solving
  • Apply the distributive property to clear parentheses
  • Combine like terms correctly, keeping signs attached

What a multi-step equation is

A multi-step equation needs more than two operations because one or both sides must be simplified before you can start undoing anything:

4(x+3)2x=184(x + 3) - 2x = 18

You cannot subtract or divide yet — the left side is not in the form “something times xx, plus a number”. Getting it into that form is the new work.

Why you simplify before you solve

A two-step equation like 3x+7=223x + 7 = 22 works because the left side is already a clean chain of operations on xx: multiply, then add. You can walk that chain backwards.

4(x+3)2x4(x + 3) - 2x is not a chain — it is a tangle. There are two separate terms containing xx, and one of them is trapped inside parentheses. Before you can reverse anything, you need a single xx-term and a single constant.

So the job splits into two phases:

  1. Simplify each side until it looks like ax+bax + b.
  2. Solve it exactly as you already know how.

Phase 2 is nothing new. Everything hard about multi-step equations lives in phase 1.

Watching one equation move through both phases shows where the split falls:

LineThe move madeWhich phase
4(x+3)2x=184(x + 3) - 2x = 18the starting tangle
4x+122x=184x + 12 - 2x = 18distributedsimplify
2x+12=182x + 12 = 18combined like termssimplify
2x=62x = 6subtracted 1212solve
x=3x = 3divided by 22solve

By line three the problem has become an ordinary two-step equation. The last two lines are a lesson you already finished.

Fractions, and how to make them leave

An equation full of fractions looks worse than it is, because there is a single move that removes all of them at once: multiply every term on both sides by the least common denominator.

x3+12=56\frac{x}{3} + \frac{1}{2} = \frac{5}{6}

The denominators are 33, 22 and 66, so the least common denominator is 66. Multiplying every term by 66:

6x3+612=6566 \cdot \frac{x}{3} + 6 \cdot \frac{1}{2} = 6 \cdot \frac{5}{6} 2x+3=52x + 3 = 5

The fractions are gone in one step, and what remains is a two-step equation giving x=1x = 1.

How to solve a multi-step equation

  1. Distribute to remove parentheses.
  2. Combine like terms on each side.
  3. Undo addition or subtraction on both sides.
  4. Undo multiplication or division on both sides.
  5. Check by substituting into the original equation.

The distributive property

a(b+c)=ab+aca(b + c) = ab + ac

The multiplier outside touches every term inside. Watch the signs — a negative outside flips the sign of everything it reaches:

2(x5)=2x+10-2(x - 5) = -2x + 10

Worked examples

Common mistakes

Practice problems

  1. Solve 3(x+2)=213(x + 2) = 21.

    Hint

    Both sides divide evenly by 33, so you can skip distributing.

    Answer

    x=5x = 5

    Full solution

    Divide both sides by 33: x+2=7x + 2 = 7. Subtract 22: x=5x = 5.

    Check: 3(5+2)=213(5 + 2) = 21

  2. Solve 5(x1)+2=175(x - 1) + 2 = 17.

    Answer

    x=4x = 4

    Full solution

    Distribute: 5x5+2=175x - 5 + 2 = 17. Combine: 5x3=175x - 3 = 17.

    Add 33: 5x=205x = 20. Divide by 55: x=4x = 4.

    Check: 5(41)+2=15+2=175(4 - 1) + 2 = 15 + 2 = 17

  3. Solve 2x+3x7=232x + 3x - 7 = 23.

    Answer

    x=6x = 6

    Full solution

    Combine: 5x7=235x - 7 = 23. Add 77: 5x=305x = 30. Divide by 55: x=6x = 6.

    Check: 2(6)+3(6)7=12+187=232(6) + 3(6) - 7 = 12 + 18 - 7 = 23

  4. Solve 2(k+3)=10-2(k + 3) = 10.

    Answer

    k=8k = -8

    Full solution

    Distribute: 2k6=10-2k - 6 = 10. Add 66: 2k=16-2k = 16. Divide by 2-2: k=8k = -8.

    Check: 2(8+3)=2(5)=10-2(-8 + 3) = -2(-5) = 10

  5. Solve 4(n1)+2(n+3)=264(n - 1) + 2(n + 3) = 26.

    Hint

    Distribute both parentheses before combining anything.

    Answer

    n=4n = 4

    Full solution

    Distribute: 4n4+2n+6=264n - 4 + 2n + 6 = 26. Combine: 6n+2=266n + 2 = 26.

    Subtract 22: 6n=246n = 24. Divide by 66: n=4n = 4.

    Check: 4(3)+2(7)=12+14=264(3) + 2(7) = 12 + 14 = 26

  6. Solve 83(x2)=58 - 3(x - 2) = 5.

    Hint

    The - in front belongs to the 33. Distribute 3-3.

    Answer

    x=3x = 3

    Full solution

    Distribute: 83x+6=58 - 3x + 6 = 5. Combine: 3x+14=5-3x + 14 = 5.

    Subtract 1414: 3x=9-3x = -9. Divide by 3-3: x=3x = 3.

    Check: 83(32)=83=58 - 3(3 - 2) = 8 - 3 = 5

  7. Solve 3(2x+1)4x=113(2x + 1) - 4x = 11.

    Answer

    x=4x = 4

    Full solution

    Distribute: 6x+34x=116x + 3 - 4x = 11. Combine: 2x+3=112x + 3 = 11.

    Subtract 33: 2x=82x = 8. Divide by 22: x=4x = 4.

    Check: 3(9)16=2716=113(9) - 16 = 27 - 16 = 11

  8. A rectangle is 33 cm longer than it is wide. Its perimeter is 2626 cm. Find the width.

    Hint

    Perimeter is 2(width)+2(length)2(\text{width}) + 2(\text{length}), and length == width +3+ 3.

    Answer

    Width =5= 5 cm

    Full solution

    Let ww be the width, so the length is w+3w + 3.

    2w+2(w+3)=262w + 2(w + 3) = 26

    Distribute: 2w+2w+6=262w + 2w + 6 = 26. Combine: 4w+6=264w + 6 = 26.

    Subtract 66: 4w=204w = 20. Divide by 44: w=5w = 5.

    Check: width 55, length 88, perimeter 2(5)+2(8)=262(5) + 2(8) = 26

Frequently asked questions

Do I always have to distribute first?

No. If the whole parenthesis is multiplied by a number that divides the other side evenly, dividing first is faster. For 4(x + 3) = 20, dividing both sides by 4 gives x + 3 = 5 immediately. Distributing works every time, though, so it is the safer default.

What counts as a like term?

Terms with exactly the same variable raised to exactly the same power. 3x and 5x are like terms; 3x and 3x squared are not; 3x and 7 are not. Only like terms can be added or subtracted.

What if there are fractions in the equation?

Multiply every term on both sides by the least common denominator first. That clears the fractions in one move and leaves an ordinary equation. Multiplying only some terms changes the equation, so nothing may be skipped.

Does the order of the steps matter?

The order given is the reliable one: distribute, combine like terms, then undo the operations. Other orders can work, but they usually create more chances to slip, and there is no reward for finding a shorter route to the same answer.

How do I know when I am finished?

When the variable stands alone on one side with a coefficient of one, and a number stands alone on the other. Anything else, such as 2x = 8, still has one step to go.

What to learn next

Key terms in this lesson

Distributive property
The distributive property says a(b + c) = ab + ac. The multiplier outside the parentheses multiplies every term inside, not only the first one.
Like terms
Like terms have exactly the same variables raised to exactly the same powers. 3x and 5x are like terms, but 3x and 3x squared are not, and neither are 3x and 7.
Term
A term is one piece of an expression, separated from the others by plus or minus signs. The expression 4x + 12 - 2x has three terms: 4x, 12 and -2x.

Standards alignment

This lesson covers the following Common Core State Standards for Mathematics.

  • CCSS.MATH.CONTENT.8.EE.C.7bExpressions and EquationsSolve linear equations with rational number coefficients, including equations whose solutions require expanding expressions using the distributive property and collecting like terms.