What Are Two-Step Equations?
A two-step equation is a linear equation in one variable that requires two inverse operations to isolate the variable. Its standard shape is $ax + b = c$, where $a$, $b$, and $c$ are real numbers and $a \neq 0$.
The name is literal. A one-step equation like $x + 7 = 10$ needs a single operation (subtract 7). A two-step equation stacks one more operation on top, so it needs two. Once you can clear two, three- and four-step equations are the same idea repeated — the linear equation family scales up from here.
The two operations are always inverse operations: addition undoes subtraction, multiplication undoes division. You apply each one to both sides of the equation at once, which keeps the two sides balanced — the same balance principle behind every equation you solve for x.
How Do You Solve a Two-Step Equation?
Two steps, in this order. The order is the whole game.
Undo the constant first. Add or subtract to move the lone number ($b$) off the variable side. This isolates the term $ax$.
Undo the coefficient second. Multiply or divide to strip the number attached to the variable ($a$). This isolates $x$.
Why undo addition before multiplication?
A real reader question, and worth answering head-on. When you build $3x + 5$, the order of operations multiplies before it adds. To take the expression apart you run that order backwards — addition and subtraction come undone first, multiplication and division last. Solving is order of operations in reverse.
The constant-first order isn't a law of nature; it's the efficient choice. You can divide first, but you'd have to divide every term — including the constant — and you'd be dragging fractions through the whole problem for no reason. Undo the constant first and the arithmetic stays clean.
After both steps, substitute your answer back into the original equation. If both sides match, the solution is correct. This check is not optional padding — it catches the single most common error before it costs you anything.
Examples of Two-Step Equations
The six below move from clean integers to fractions, decimals, a negative coefficient, and a word problem. Watch the order hold across every one.
Example 1
Solve $2x + 6 = 12$.
Undo the constant. Subtract 6 from both sides:
$$2x + 6 - 6 = 12 - 6 \implies 2x = 6$$
Undo the coefficient. Divide both sides by 2:
$$x = 3$$
Final answer: $x = 3$. Check: $2(3) + 6 = 12$. Correct.
Example 2
Solve $4x - 1 = 15$, with a tempting shortcut shown first.
Wrong attempt. The 4 sits right next to the $x$, so it feels natural to divide by 4 first: $x - 1 = \tfrac{15}{4}$. But the left side is not $4(x - 1)$ — it is $4x - 1$. Dividing only the $4x$ term while leaving $-1$ untouched changes the equation. The student who does this gets $x = \tfrac{15}{4} + 1 = \tfrac{19}{4}$, which is wrong.
Why it breaks. Division has to hit every term: $\tfrac{4x}{4} - \tfrac{1}{4} = \tfrac{15}{4}$ gives $x - \tfrac{1}{4} = \tfrac{15}{4}$, and only now adding $\tfrac14$ gives $x = 4$. It works, but you carried fractions the whole way for nothing.
The clean route. Undo the constant first. Add 1 to both sides:
$$4x - 1 + 1 = 15 + 1 \implies 4x = 16$$
Divide both sides by 4:
$$x = 4$$
Final answer: $x = 4$. Same answer, no fractions. That is why the constant comes off first.
Example 3
Solve $\dfrac{x}{6} - 7 = 11$.
Here the variable is divided by 6, so the second step will multiply. Undo the constant first — add 7 to both sides:
$$\frac{x}{6} = 18$$
Undo the division. Multiply both sides by 6:
$$x = 108$$
Final answer: $x = 108$. Check: $\tfrac{108}{6} - 7 = 18 - 7 = 11$. Correct.
Example 4
Solve $\dfrac{2}{3}z + 0.8 = 1.5$.
Subtract $0.8$ from both sides:
$$\frac{2}{3}z = 0.7$$
The coefficient is a fraction, so undo it by multiplying by its reciprocal, $\tfrac{3}{2}$:
$$z = 0.7 \times \frac{3}{2} = \frac{2.1}{2} = 1.05$$
Final answer: $z = 1.05$. Multiplying by the reciprocal is how you "divide by a fraction" in one move.
Example 5
Solve $-5x + 3 = 23$.
A negative coefficient changes nothing about the order — only the arithmetic. Subtract 3 from both sides:
$$-5x = 20$$
Divide both sides by $-5$:
$$x = -4$$
Final answer: $x = -4$. Check: $-5(-4) + 3 = 20 + 3 = 23$. Correct. (Dividing by a negative flips the sign of the answer; for inequalities it would also flip the relation symbol — a distinction worth filing away.)
Example 6
A phone plan charges a flat $15 fee plus $0.20 per gigabyte. A month's bill was $23. How many gigabytes were used?
Let $g$ be the gigabytes used. The cost equation is:
$$0.20g + 15 = 23$$
This is a two-step equation in disguise. Undo the constant — subtract 15:
$$0.20g = 8$$
Undo the coefficient — divide by $0.20$:
$$g = 40$$
Final answer: 40 gigabytes. The translation from words to $0.20g + 15 = 23$ is the hard part; the solving is the routine two steps.
Why Two-Step Equations Show Up Everywhere
Almost every real formula that mixes a rate with a starting amount is a two-step equation waiting to be solved.
Money with a fixed fee. A taxi's "base fare plus per-mile rate," a phone plan's "monthly fee plus per-gigabyte charge" — both are $ax + b = c$ the moment you know the total and want the usage.
Temperature and motion. Converting a known Celsius reading, or finding how long an object falls to reach a given speed, lands on the same two operations.
The gateway to multi-step algebra. Once two steps are automatic, equations with variables on both sides, with parentheses, or with three and four steps are just the same reverse-the-operations habit applied more times. This is the rung that makes the rest of the solving-equations ladder climbable.
The reason this form is taught early is that the world hands children "starting amount plus a rate times something" constantly — allowance plus chores, a savings balance plus weekly deposits, a game score plus points per level. The two-step equation is the first tool that turns those sentences into an answer.
Where Students Trip Up on Two-Step Equations
Mistake 1: Dividing by the coefficient before undoing the constant
Where it slips in: Solving $ax + b = c$, a student divides every term by $a$ as the first move.
Don't do this: Divide by the coefficient while the constant is still on the variable side — it forces fractions through the whole problem and, if you forget to divide the constant too, gives a wrong answer.
The correct way: Move the constant first (add or subtract), then divide. The arithmetic stays in whole numbers as long as possible.
Mistake 2: Adding or subtracting the wrong way across the equals sign
Where it slips in: Moving the constant, a student adds when they should subtract — treating "move it over" as a vague shove rather than a precise inverse operation.
Don't do this: Solve $2x + 6 = 12$ by adding 6 to the left (getting $2x + 12$) or by subtracting 6 from only one side.
The correct way: Apply the same operation to both sides. To clear $+6$, subtract 6 from each side; the equation stays balanced.
Mistake 3: Forgetting the negative sign on the coefficient
Where it slips in: Solving $-5x + 3 = 23$, a student divides by 5 instead of $-5$.
Don't do this: Drop the sign of the coefficient when you divide. $-5x = 20$ divided by $5$ gives $x = 4$, which fails the check.
The correct way: Divide by the coefficient with its sign. $-5x = 20$ divided by $-5$ gives $x = -4$. The second-guesser who distrusts the negative answer should substitute it back — $-5(-4) + 3 = 23$ confirms it.
Key Takeaways
A two-step equation has the form $ax + b = c$ and needs two inverse operations to solve.
Undo the constant first (add or subtract), then undo the coefficient (multiply or divide) — solving is order of operations run backwards.
Apply every operation to both sides to keep the equation balanced.
Keep the coefficient's sign when you divide; a dropped negative is a frequent wrong answer.
Always substitute your solution back into the original equation to confirm it.
Practice These Problems
Solve $5x + 7 = 32$.
Solve $\dfrac{x}{4} - 2 = 6$.
Solve $-3x + 8 = 20$. (Mind the sign when you divide.)
A gym charges a $25 joining fee plus $10 per month. After paying $85, how many months were covered? Set up and solve the two-step equation.
Answer to Question 1: $x = 5$. Answer to Question 2: $x = 32$. Answer to Question 3: $x = -4$. Answer to Question 4: $10m + 25 = 85$, so $m = 6$ months.
If Question 3 gave you $x = 4$, return to Mistake 3 above and divide by the full $-3$.
Want a live Bhanzu trainer to walk through more two-step equations with your child? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content
