This site is a work in progress. New lessons are added regularly. Contact us

Solving Two-Step Equations

Learning goals

  • Recognize ax+b=cax + b = c as two operations on the variable
  • Undo in the reverse of the order of operations
  • Clear the constant first, then divide by the coefficient
  • Divide by the full coefficient, sign and all
  • Combine like terms or distribute first when a side needs cleaning
  • Leave a non-integer answer as a simplified fraction

What makes an equation a two-step equation

A two-step equation has two operations attached to the variable, so isolating the variable takes two inverse moves instead of one. The most common shape is

ax+b=c,ax + b = c,

where aa is the coefficient multiplying the variable and bb is a constant added on. In 2x+3=112x + 3 = 11 the coefficient is a=2a = 2 and the constant is b=3b = 3. Reading the left side the way you would evaluate it, you multiply xx by 22 first, then add 33. Two operations went in, so two inverse operations must come out.

Nothing about the balance principle changes. An equation is still a balanced scale, and the two sides hold equal amounts. So whatever operation you apply to one side you must apply to the other, and doing so never changes the solution. What is new is that you will use that principle twice in a row, and the order in which you use it matters.

Why you undo in the reverse order

To see which operation to undo first, think about how the left side of 2x+32x + 3 is built up from xx. Then you run that construction backward.

Start with the variable xx. The order of operations says multiplication happens before addition. So to build 2x+32x + 3 you first multiply by 22, reaching 2x2x, and then add 33, reaching 2x+32x + 3. The addition is the outermost operation: it is the last thing wrapped around the variable, sitting on the outside of everything else.

To take the expression apart you reverse that process, removing the outermost layer first. Picture the operations as layers wrapped around xx, like the skins of an onion. The +3+3 is the outer skin and the ×2\times 2 is the inner skin. You cannot reach the inner skin without peeling the outer one off first. So you undo the addition before the multiplication: first subtract 33 from both sides to strip off the constant, which leaves 2x2x alone. Then you divide by 22 to strip off the coefficient, which leaves xx alone.

This is why the rule is “reverse the order of operations.” Evaluating works inside out, doing multiplication before addition; solving works outside in, undoing addition before multiplication. The two orders are mirror images, and that single fact decides every two-step equation.

Peeling a two-step expression from the outside inNested layers around x: the inner layer multiplies by 2, the outer layer adds 3. Building goes inside out (multiply then add); solving goes outside in (subtract then divide).build: multiply first, then add (inside out)+ 3 (outer)x 2 (inner)xsolve: subtract 3 first, then divide by 2 (outside in)
The left side of 2x + 3 is built by multiplying x by 2 (inner layer), then adding 3 (outer layer). To isolate x you peel from the outside in: subtract 3 first, then divide by 2.

Why the constant comes off before the coefficient#

Take the standard form ax+b=cax + b = c with a nonzero coefficient aa. Suppose some value of xx makes that equation true, so the two sides are the same number.

Subtract bb from both sides. The left side becomes ax+bbax + b - b, and since bb=0b - b = 0, that is just axax; the right side becomes cbc - b. Because the same amount was removed from each side, the equation ax=cbax = c - b has exactly the same solution as the one you started with. Notice what this step accomplished: the constant bb is gone, and the variable term axax now stands by itself. This move could not wait, because while bb was still attached by addition, the variable term was not alone on its side. With bb still attached, dividing that whole side by aa would not have isolated xx either.

Now divide both sides of ax=cbax = c - b by aa. The left side becomes axa=x\dfrac{ax}{a} = x, since aa=1\dfrac{a}{a} = 1; the right side becomes cba\dfrac{c - b}{a}. Again the same operation hit both sides, so the solution is unchanged, and now xx stands completely alone:

x=cba.x = \frac{c - b}{a}.

Clearing the constant first is the clean, efficient order. The constant is the outer layer, added after the multiplication. So undoing that outer layer first removes one layer at a time and leaves the variable term alone. You could divide by aa while bb is still present, and you would reach the same answer. But that step divides bb by aa too, and can turn a whole number into a fraction, making the arithmetic messier for no gain. To keep the numbers whole, undo the addition or subtraction first, then the multiplication or division.

The two-step recipe

Every equation in this lesson follows the same two moves once the variable is alone on one side:

  1. Undo the addition or subtraction. Add or subtract the constant on both sides so the variable term (axax or xa\tfrac{x}{a}) sits by itself.
  2. Undo the multiplication or division. Divide both sides by the coefficient, or multiply both sides by the divisor, to leave the variable alone.

Then check by substituting your answer into the original equation and evaluating with the full order of operations. The check is not optional decoration. With two steps there are two places to slip, and substituting back catches almost every mistake in a single line.

Worked example 1 Solve 2x+3=112x + 3 = 11

The variable is multiplied by 22 and then has 33 added, so undo the addition first. Subtract 33 from both sides:

2x+33=113.2x + 3 - 3 = 11 - 3.

On the left, 33=03 - 3 = 0, leaving the variable term alone; on the right, 113=811 - 3 = 8:

2x=8.2x = 8.

Now undo the multiplication by dividing both sides by the coefficient 22:

2x2=82    x=4.\frac{2x}{2} = \frac{8}{2} \;\Rightarrow\; x = 4.

Check by substituting 44 into the original equation, doing the multiplication before the addition just as the order of operations requires:

2(4)+3=8+3=11,11=11.  2(4) + 3 = 8 + 3 = 11, \qquad 11 = 11. \;\checkmark

Both sides match, so x=4x = 4. Subtracting the constant first cleared the way to divide off the coefficient.

Worked example 2 Solve 5x4=165x - 4 = 16

This is the subtraction form, axb=cax - b = c. A constant is subtracted from the variable term, so undo that by adding 44 to both sides:

5x4+4=16+4    5x=20.5x - 4 + 4 = 16 + 4 \;\Rightarrow\; 5x = 20.

The variable term now stands alone. Divide both sides by the coefficient 55:

5x5=205    x=4.\frac{5x}{5} = \frac{20}{5} \;\Rightarrow\; x = 4.

Check in the original equation, multiplying before subtracting:

5(4)4=204=16,16=16.  5(4) - 4 = 20 - 4 = 16, \qquad 16 = 16. \;\checkmark

So x=4x = 4. A subtracted constant is undone by adding it back, exactly as in the one-step lesson, only now a division step follows.

Check your understanding

To solve 3x+7=223x + 7 = 22, which is the best first step?

Answer choices

Order does not have to flip the sign of the constant

It is fine, and often clearer, to read the equation in either direction. If the constant comes first, as in b+ax=cb + ax = c, or the whole thing is written backward, as in c=ax+bc = ax + b, the recipe is unchanged. In both of those forms the addition or subtraction is still the outer layer, so undo it first.

Worked example 3 Solve 4+3x=194 + 3x = 19

Here the constant 44 is written before the variable term, but it is still added to 3x3x, so it is still the outer layer. Subtract 44 from both sides:

4+3x4=194    3x=15.4 + 3x - 4 = 19 - 4 \;\Rightarrow\; 3x = 15.

Divide both sides by the coefficient 33:

3x3=153    x=5.\frac{3x}{3} = \frac{15}{3} \;\Rightarrow\; x = 5.

Check in the original equation:

4+3(5)=4+15=19,19=19.  4 + 3(5) = 4 + 15 = 19, \qquad 19 = 19. \;\checkmark

So x=5x = 5. Writing the constant first does not change anything; you still strip it off before dividing.

Worked example 4 Solve 25=7x325 = 7x - 3

The variable term is on the right, but the balance principle does not care which side the variable lives on. The constant 3-3 is the outer layer on the right, so add 33 to both sides:

25+3=7x3+3    28=7x.25 + 3 = 7x - 3 + 3 \;\Rightarrow\; 28 = 7x.

Divide both sides by the coefficient 77:

287=7x7    4=x.\frac{28}{7} = \frac{7x}{7} \;\Rightarrow\; 4 = x.

That is the same as x=4x = 4, since an equation reads the same both ways. Check in the original:

7(4)3=283=25,25=25.  7(4) - 3 = 28 - 3 = 25, \qquad 25 = 25. \;\checkmark

So x=4x = 4. When the variable sits on the right, just work toward isolating it there; you do not need to swap the sides first.

Negatives, fractions, and decimals ride along

The recipe does not flinch when the numbers get awkward. A negative coefficient, a fractional answer, or a decimal constant changes the arithmetic of each step but not the two steps themselves. You still clear the constant, then divide by the coefficient, sign and all.

Worked example 5 Solve 3x+8=2-3x + 8 = 2

The constant 88 is added on, so subtract 88 from both sides first:

3x+88=28    3x=6.-3x + 8 - 8 = 2 - 8 \;\Rightarrow\; -3x = -6.

Now divide both sides by the full coefficient 3-3, carrying its sign. A negative divided by a negative is positive, the rule from the integers chapter:

3x3=63    x=2.\frac{-3x}{-3} = \frac{-6}{-3} \;\Rightarrow\; x = 2.

Check in the original equation:

3(2)+8=6+8=2,2=2.  -3(2) + 8 = -6 + 8 = 2, \qquad 2 = 2. \;\checkmark

So x=2x = 2. The key is dividing by 3-3, not by a bare 33, so the sign of the answer comes out right.

Worked example 6 Solve 4x+1=74x + 1 = 7

Subtract the constant 11 from both sides:

4x+11=71    4x=6.4x + 1 - 1 = 7 - 1 \;\Rightarrow\; 4x = 6.

Divide both sides by 44. The quotient is not a whole number, which is perfectly fine; write it as a fraction in lowest terms:

x=64=32.x = \frac{6}{4} = \frac{3}{2}.

Check by substituting 32\tfrac{3}{2} into the original equation:

432+1=122+1=6+1=7,7=7.  4 \cdot \tfrac{3}{2} + 1 = \tfrac{12}{2} + 1 = 6 + 1 = 7, \qquad 7 = 7. \;\checkmark

So x=32x = \tfrac{3}{2}. A non-integer answer is not a sign of a mistake; simplify the fraction and check it the same way.

Check your understanding

Solve 2x5=82x - 5 = 8 for xx.

Answer choices

The divide form: a variable split by a number

When the variable is divided by a number and then has a constant added, the equation looks like

xa+b=c.\frac{x}{a} + b = c.

The two layers are now “divide by aa” (inner) and “add bb” (outer), so the recipe runs the same way. That means you clear the constant first, then undo the division by multiplying both sides by aa.

Worked example 7 Solve x3+2=9\dfrac{x}{3} + 2 = 9

The constant 22 is the outer layer, so subtract it from both sides:

x3+22=92    x3=7.\frac{x}{3} + 2 - 2 = 9 - 2 \;\Rightarrow\; \frac{x}{3} = 7.

The variable is now divided by 33 and nothing else, so undo that by multiplying both sides by 33:

3x3=37    x=21.3 \cdot \frac{x}{3} = 3 \cdot 7 \;\Rightarrow\; x = 21.

Check in the original equation, dividing before adding:

213+2=7+2=9,9=9.  \frac{21}{3} + 2 = 7 + 2 = 9, \qquad 9 = 9. \;\checkmark

So x=21x = 21. The only change from the multiplication form is the second step: a divided variable is freed by multiplying, not dividing.

Check your understanding

After clearing the constant in x41=5\dfrac{x}{4} - 1 = 5 you reach x4=6\dfrac{x}{4} = 6. What is the correct second step?

Answer choices

When a side needs cleaning up first

Some equations are not yet in two-step form, but a single move from earlier in this chapter turns them into one. Before you reach for an inverse operation, look at each side and simplify it first.

If one side has like terms, combine them. Recall from the simplifying lesson that 3x+2x=5x3x + 2x = 5x, because the two terms count the same thing. So 3x+2x+1=113x + 2x + 1 = 11 becomes 5x+1=115x + 1 = 11, an ordinary two-step equation.

Worked example 8 Solve 3x+2x+1=113x + 2x + 1 = 11

The left side has two like terms, 3x3x and 2x2x. Combine them before doing anything else:

3x+2x+1=11    5x+1=11.3x + 2x + 1 = 11 \;\Rightarrow\; 5x + 1 = 11.

Now it is a standard two-step equation. Subtract the constant 11 from both sides:

5x+11=111    5x=10.5x + 1 - 1 = 11 - 1 \;\Rightarrow\; 5x = 10.

Divide both sides by the coefficient 55:

5x5=105    x=2.\frac{5x}{5} = \frac{10}{5} \;\Rightarrow\; x = 2.

Check in the original equation, before any simplifying, so the check tests your whole solution:

3(2)+2(2)+1=6+4+1=11,11=11.  3(2) + 2(2) + 1 = 6 + 4 + 1 = 11, \qquad 11 = 11. \;\checkmark

So x=2x = 2. Combining like terms collapsed three terms into the familiar ax+b=cax + b = c.

If a side is a number times a sum, distribute first. The distributive property from the start of this chapter says 2(x+3)=2x+62(x + 3) = 2x + 6, multiplying the 22 across both terms inside the parentheses. That rewrite clears the parentheses and again leaves a two-step equation.

Worked example 9 Solve 2(x+3)=142(x + 3) = 14

The left side is 22 times the sum x+3x + 3. Distribute the 22 across both terms inside the parentheses:

2(x+3)=14    2x+6=14.2(x + 3) = 14 \;\Rightarrow\; 2x + 6 = 14.

Now solve the two-step equation. Subtract the constant 66 from both sides:

2x+66=146    2x=8.2x + 6 - 6 = 14 - 6 \;\Rightarrow\; 2x = 8.

Divide both sides by the coefficient 22:

2x2=82    x=4.\frac{2x}{2} = \frac{8}{2} \;\Rightarrow\; x = 4.

Check in the original equation, evaluating the parentheses first as the order of operations demands:

2(4+3)=2(7)=14,14=14.  2(4 + 3) = 2(7) = 14, \qquad 14 = 14. \;\checkmark

So x=4x = 4. Distributing cleared the parentheses and turned the equation into one you already know how to finish.

Check your understanding

Which is the best first step toward solving 4xx+2=114x - x + 2 = 11?

Answer choices

Reading a two-step equation before you move

Every two-step equation comes down to the same short routine. First, simplify each side if it has like terms or parentheses. Then ask what is the outer operation (the addition or subtraction) and undo it on both sides. Finally ask what is the inner operation (the multiplication or division) and undo that on both sides. The table below is the whole lesson at a glance.

If the equation readsstep 1: undo the constantstep 2: undo the coefficientwhich gives
ax+b=cax + b = csubtract bbdivide by aax=cbax = \dfrac{c - b}{a}
axb=cax - b = cadd bbdivide by aax=c+bax = \dfrac{c + b}{a}
xa+b=c\dfrac{x}{a} + b = csubtract bbmultiply by aax=a(cb)x = a(c - b)
xab=c\dfrac{x}{a} - b = cadd bbmultiply by aax=a(c+b)x = a(c + b)

The pattern to lock in is the order: the outer layer, the added or subtracted constant, comes off first. The inner layer, the coefficient or divisor, comes off second, and you finish by substituting your answer back to confirm both sides are equal.

Worked example 10 Identify the moves, then solve x24=1\dfrac{x}{2} - 4 = -1

First read the equation. The variable is divided by 22 (inner) and then has 44 subtracted (outer), so this is the divide form. Undo the subtraction first by adding 44 to both sides:

x24+4=1+4    x2=3.\frac{x}{2} - 4 + 4 = -1 + 4 \;\Rightarrow\; \frac{x}{2} = 3.

Now undo the division by multiplying both sides by 22:

2x2=23    x=6.2 \cdot \frac{x}{2} = 2 \cdot 3 \;\Rightarrow\; x = 6.

Check in the original equation:

624=34=1,1=1.  \frac{6}{2} - 4 = 3 - 4 = -1, \qquad -1 = -1. \;\checkmark

So x=6x = 6. Reading the form first told you to add before multiplying, and the check confirms it.

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Most tombstones carry a name and a date. One is said to have carried a puzzle.

The riddle is about Diophantus, a Greek mathematician who worked in Alexandria, a city in Egypt, around the year 250250. It comes from a collection written long after he died, so nobody can be sure it is true. It says his boyhood lasted a sixth of his life. His beard grew after another twelfth. He married after another seventh, and his son was born five years later. The son lived half as long as his father, and Diophantus died four years after his son.

So how old was he? The riddle is an equation in disguise. You take it apart the way you took this lesson’s apart: undo one step at a time, in reverse order. The answer is 8484.

Diophantus is remembered for something that sounds small. He gave the unknown its own symbol, instead of describing it in a sentence. Once you can write the unknown down, you can work on it.