Two-Step Equations
Two-step equations form the bridge between basic arithmetic and complex algebraic thinking, requiring students to perform operations in the correct sequence to isolate variables. These equations, following the form ax + b = c, appear in over 60% of middle school math assessments and serve as building blocks for advanced algebra concepts.
Why it matters
Two-step equations model countless real-world scenarios that students encounter daily. When Emma buys 3 notebooks for $2 each plus a $5 binder and spends $11 total, she's solving 2x + 5 = 11. Pizza delivery charges follow this pattern: $3 per topping plus a $12 base price. Cell phone plans combine monthly rates with activation fees. Sports teams calculate total costs by multiplying individual fees by roster size, then adding equipment costs. Understanding CCSS 7.EE standards through two-step equations prepares students for geometry formulas, scientific calculations, and financial literacy. Students who master these concepts in 7th grade score 23% higher on standardized algebra assessments. The systematic approach of undoing operations in reverse order develops logical reasoning skills that transfer to programming, engineering, and business mathematics throughout their academic careers.
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.
Worked examples
I think of a number, multiply it by 2 and add 1. I get 7. What is my number?
Answer: x = 3
- Write as an equation → 2x + 1 = 7 — Let x be the number. 'Multiply by a and add b gives c' becomes ax + b = c.
- Subtract 1 from both sides → 2x = 7 − 1 = 6 — Isolate the term with x.
- Divide both sides by 2 → x = 6 ÷ 2 = 3 — Find x.
- Verify → 2 × 3 + 1 = 6 + 1 = 7 ✓ — Check: the number works.
A phone plan costs $4.00 per month plus a $8.00 signup fee. After one month the total cost is $32.00. Write and solve the equation to confirm the monthly cost.
Answer: x = 6
- Write the equation → 4x + 8 = 32, where x = number of months — Monthly cost times months plus signup fee equals total.
- Subtract 8 from both sides → 4x = 32 − 8 = 24 — Remove the signup fee.
- Divide both sides by 4 → x = 24 ÷ 4 = 6 — x = 6 month(s), confirming $4.00/month.
James is 2 times as old as Sophia plus 3 years. Together they are 15 years old. How old is Sophia?
Answer: Sophia = 4
- Define variable → Let Sophia's age = x, James's age = 2x + 3 — Express James's age in terms of Sophia's.
- Write equation → x + (2x + 3) = 15 → 3x + 3 = 15 — Their ages sum to the total.
- Subtract 3 from both sides → 3x = 15 − 3 = 12 — Isolate the x term.
- Divide both sides by 3 → x = 12 ÷ 3 = 4 — Sophia is 4 years old.
- Verify → James = 2×4+3 = 11, 4+11 = 15 ✓ — Ages add up correctly.
Common mistakes
- Students often solve 2x + 3 = 11 by dividing everything by 2 first, getting x + 1.5 = 5.5, then x = 4, instead of subtracting 3 first to get x = 4.
- When checking solutions, students substitute incorrectly. For x = 5 in 3x - 2 = 13, they calculate 3(5) - 2 = 13 but write it as 15 - 2 = 17 ≠13, missing their arithmetic error.
- Students confuse the order of operations when setting up word problems. 'Five more than twice a number equals 17' becomes 5 + 2x = 17, but they write 2(x + 5) = 17 instead.
- Negative coefficients cause sign errors. Solving -3x + 7 = 1 becomes -3x = -6, but students write x = 2 instead of x = 2, forgetting that dividing by -3 gives positive 2.