Pre-Algebra · Algebra 1 · Grades 7, 8

How to Solve Two-Step Equations

Quick answer

To solve a two-step equation, undo the operations in reverse order: first undo any addition or subtraction, then undo the multiplication or division. For 3x + 7 = 22, subtract 7 from both sides to get 3x = 15, then divide both sides by 3 to get x = 5.

What you'll learn

  • Solve a two-step equation for an unknown variable
  • Explain why operations are undone in reverse order
  • Check a solution by substituting it back into the original equation

What a two-step equation is

A two-step equation takes two inverse operations to solve. The variable has been multiplied by something and had something added to it:

3x+7=223x + 7 = 22

Read it as a set of instructions performed on xx: take xx, multiply by 33, then add 77, and the result is 2222. Solving means running those instructions backwards.

Why you undo operations in reverse order

This is the part most courses skip, and it is the whole idea.

To build the left side you follow the order of operations: multiply first, then add.

x    ×3    3x    +7    3x+7x \;\xrightarrow{\;\times 3\;}\; 3x \;\xrightarrow{\;+7\;}\; 3x + 7

To undo it you reverse the arrows, and reversing a sequence means starting from the end:

3x+7    7    3x    ÷3    x3x + 7 \;\xrightarrow{\;-7\;}\; 3x \;\xrightarrow{\;\div 3\;}\; x

It is exactly like getting dressed. Socks go on before shoes, so shoes come off before socks. You cannot take your socks off first.

That is why you undo addition and subtraction before multiplication and division — the reverse of the order you would use to evaluate the expression.

How to solve a two-step equation

  1. Undo the addition or subtraction. Do it to both sides.
  2. Undo the multiplication or division. Do it to both sides.
  3. Simplify.
  4. Check by substituting your answer into the original equation.

Worked examples

Common mistakes

Practice problems

  1. Solve 2x+5=132x + 5 = 13.

    Hint

    Undo the +5+5 first, then the ×2\times 2.

    Answer

    x=4x = 4

    Full solution

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

    Check: 2(4)+5=132(4) + 5 = 13

  2. Solve 7y3=257y - 3 = 25.

    Answer

    y=4y = 4

    Full solution

    Add 33: 7y=287y = 28. Divide by 77: y=4y = 4.

    Check: 7(4)3=257(4) - 3 = 25

  3. Solve a2+6=10\tfrac{a}{2} + 6 = 10.

    Answer

    a=8a = 8

    Full solution

    Subtract 66: a2=4\tfrac{a}{2} = 4. Multiply by 22: a=8a = 8.

    Check: 8÷2+6=108 \div 2 + 6 = 10

  4. Solve 3m+11=2-3m + 11 = 2.

    Answer

    m=3m = 3

    Full solution

    Subtract 1111: 3m=9-3m = -9. Divide by 3-3: m=3m = 3.

    Check: 3(3)+11=9+11=2-3(3) + 11 = -9 + 11 = 2

  5. Solve 4x+9=94x + 9 = 9.

    Hint

    Do not be thrown by the matching numbers. Follow the same two steps.

    Answer

    x=0x = 0

    Full solution

    Subtract 99: 4x=04x = 0. Divide by 44: x=0x = 0.

    Check: 4(0)+9=94(0) + 9 = 9 ✓ Zero is a perfectly good solution.

  6. Solve 62x=146 - 2x = 14.

    Hint

    Rewrite as 2x+6=14-2x + 6 = 14 so the terms are in the usual order.

    Answer

    x=4x = -4

    Full solution

    Subtract 66: 2x=8-2x = 8. Divide by 2-2: x=4x = -4.

    Check: 62(4)=6+8=146 - 2(-4) = 6 + 8 = 14

  7. Solve k52=1\tfrac{k}{5} - 2 = -1.

    Answer

    k=5k = 5

    Full solution

    Add 22: k5=1\tfrac{k}{5} = 1. Multiply by 55: k=5k = 5.

    Check: 5÷52=12=15 \div 5 - 2 = 1 - 2 = -1

  8. A gym charges a $25 joining fee plus $15 per month. Ana paid $115 in total. For how many months did she pay?

    Hint

    Total == monthly rate ×\times months ++ joining fee.

    Answer

    66 months

    Full solution

    Let mm be the number of months: 15m+25=11515m + 25 = 115.

    Subtract 2525: 15m=9015m = 90. Divide by 1515: m=6m = 6.

    Check: 15(6)+25=90+25=11515(6) + 25 = 90 + 25 = 115

Frequently asked questions

Why do you subtract before you divide?

You are undoing the order of operations, so you work backwards. Order of operations does multiplication before addition, so undoing it does subtraction before division. Dividing first also works but forces you to divide every term, which usually creates fractions.

Can I divide first instead?

Yes, as long as you divide every term on both sides. For 3x + 7 = 22 you would get x + 7/3 = 22/3, which gives the same answer but with harder arithmetic. Subtracting first keeps the numbers whole.

What to learn next

Key terms in this lesson

Coefficient
A coefficient is the number multiplying a variable in a term. In 3x the coefficient is 3, and in -5y it is -5, because the sign belongs to the number.
Constant
A constant is a term with a fixed value and no variable attached. In 3x + 7, the constant is 7, because it stays the same whatever x turns out to be.
Inverse operations
Inverse operations undo each other. Addition and subtraction are inverses, and so are multiplication and division. Solving an equation means applying the inverse of whatever was done to the variable.

Standards alignment

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

  • CCSS.MATH.CONTENT.7.EE.B.4aExpressions and EquationsSolve word problems leading to equations of the form px + q = r and p(x + q) = r, where p, q, and r are specific rational numbers. Solve equations of these forms fluently. Compare an algebraic solution to an arithmetic solution, identifying the sequence of the operations used in each approach.