Skip to content
MathAnvil
§ Algebra

Two-Step Equations

§ Algebra

Two-Step Equations

CCSS.7.EECCSS.8.EE3 min read

A two-step equation contains one variable that requires exactly two operations to isolate. These equations follow the form ax + b = c or ax - b = c, where a represents the coefficient of the variable, b is a constant, and c is the result. The solution process involves systematically undoing operations in reverse order.

§ 01

Why it matters

Two-step equations model countless real-world scenarios across finance, science, and daily life. A mobile phone contract might charge £25 monthly plus a £50 connection fee — after 6 months, the total cost equation becomes 25x + 50 = 200. Construction workers use similar equations when calculating materials: if concrete costs £80 per cubic metre plus a £120 delivery fee, and the total bill is £440, then 80x + 120 = 440 determines the volume ordered. These equations appear throughout GCSE mathematics, forming the foundation for more complex algebraic concepts including simultaneous equations, quadratic functions, and linear programming. Mastering two-step equations in Year 8 prepares students for advanced topics where multiple variables and higher-degree polynomials require similar systematic approaches to isolation and solution.

§ 02

How to solve two-step equations

Two-Step Equations

  • Undo the addition/subtraction first (isolate the term with x).
  • Then undo the multiplication/division.
  • Verify by substituting back.

Example: 3x + 5 = 20 → 3x = 15 → x = 5.

§ 03

Worked examples

Beginner§ 01

I think of a number, multiply it by 2 and add 2. I get 4. What is my number?

Answer: x = 1

  1. Write as an equation 2x + 2 = 4 Let x be the number. 'Multiply by a and add b gives c' becomes ax + b = c.
  2. Subtract 2 from both sides 2x = 4 − 2 = 2 Isolate the term with x.
  3. Divide both sides by 2 x = 2 ÷ 2 = 1 Find x.
  4. Verify 2 × 1 + 2 = 2 + 2 = 4 ✓ Check: the number works.
Easy§ 02

A phone plan costs £3.00 per month plus a £2.00 signup fee. After one month the total cost is £23.00. Write and solve the equation to confirm the monthly cost.

Answer: x = 7

  1. Write the equation 3x + 2 = 23, where x = number of months Monthly cost times months plus signup fee equals total.
  2. Subtract 2 from both sides 3x = 23 − 2 = 21 Remove the signup fee.
  3. Divide both sides by 3 x = 21 ÷ 3 = 7 x = 7 month(s), confirming £3.00/month.
Medium§ 03

Solve for x: 6x − 5 = -41

Answer: x = -6

  1. Identify the goal 6x − 5 = -41 — solve for x We want to get x alone on one side. This takes two steps: first remove the constant, then remove the coefficient.
  2. Step 1: Add 5 to both sides 6x − 5 + 5 = -41 + 5 → 6x = -36 Undo the addition/subtraction to isolate the term with x.
  3. Step 2: Divide both sides by 6 6x ÷ 6 = -36 ÷ 6 → x = -6 Undo the multiplication. -36 ÷ 6 = -6.
  4. Verify by substituting back 6·(-6) − 5 = -36 − 5 = -41 ✓ Replace x with our answer in the original equation. Both sides should be equal.
§ 04

Common mistakes

  • Performing operations in the wrong order — attempting 3x + 7 = 22 by dividing first gives (3x + 7) ÷ 3 = 22 ÷ 3, yielding x + 7/3 = 22/3 instead of the correct x = 5.
  • Applying operations to only one side of the equation — solving 4x - 9 = 15 by adding 9 to the right side only gives 4x - 9 = 24, not the correct 4x = 24.
  • Sign errors when dealing with subtraction — solving 2x - 8 = -14 incorrectly as 2x = -14 - 8 = -22, giving x = -11 instead of the correct x = -3.
§ 05

Frequently asked questions

What is the correct order for solving two-step equations?
Always undo addition or subtraction first, then undo multiplication or division. This follows the reverse order of operations (BIDMAS backwards). For 5x + 12 = 37, subtract 12 first to get 5x = 25, then divide by 5 to get x = 5.
How do you check if your answer is correct?
Substitute your solution back into the original equation and verify both sides are equal. For x = 3 in the equation 4x - 7 = 5, check: 4(3) - 7 = 12 - 7 = 5 ✓. If both sides match, the solution is correct.
What's the difference between one-step and two-step equations?
One-step equations require only one operation (like x + 5 = 12), whilst two-step equations need two operations in sequence. Two-step equations contain both a coefficient and a constant term, such as 3x + 8 = 29 or 7x - 15 = 20.
Can two-step equations have negative answers?
Yes, two-step equations frequently have negative solutions. For example, 3x + 15 = 6 gives x = -3 after subtracting 15 (3x = -9) and dividing by 3. Negative solutions are mathematically valid and appear in many real-world contexts like temperature changes or financial losses.
Why do we isolate the variable term before dividing?
Isolating the variable term first simplifies the equation to ax = c form, making division straightforward. If you divide before isolating, you create fractions unnecessarily. Compare: for 2x + 6 = 14, subtracting 6 first gives 2x = 8, then x = 4 directly.
§ 06

See also

§ 06

Where to next?

Share this article