Two-Step Equations
A two-step equation contains one variable term and one constant term, requiring exactly two inverse operations to solve. These equations follow the pattern ax + b = c or ax - b = c, where the coefficient a and constant b can be any real numbers. The solving process systematically undoes operations in reverse order to isolate the variable.
Why it matters
Two-step equations model countless real-world scenarios where a base amount changes by a fixed rate. A cell phone plan charging $25 monthly plus a $50 activation fee creates the equation 25x + 50 = total_cost. Calculating perimeter problems, like finding the width of a rectangle when length is 8 feet and perimeter is 24 feet, uses 2(8 + w) = 24. Business pricing models rely on these structures when determining break-even points. In algebra courses aligned with CCSS 7.EE and 8.EE standards, two-step equations build the foundation for multi-step equations, systems of equations, and linear functions. Students encounter these in geometry (perimeter and area formulas), consumer math (loans and payment plans), and science (distance-rate-time calculations). Mastering this skill prepares learners for quadratic equations, exponential functions, and calculus applications.
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
Solve for x: 2x + 5 = 11
Answer: x = 3
- Identify the goal → 2x + 5 = 11 — solve for x — We want to get x alone on one side. This takes two steps: first remove the constant, then remove the coefficient.
- Step 1: Subtract 5 from both sides → 2x + 5 − 5 = 11 − 5 → 2x = 6 — Undo the addition/subtraction to isolate the term with x.
- Step 2: Divide both sides by 2 → 2x ÷ 2 = 6 ÷ 2 → x = 3 — Undo the multiplication. 6 ÷ 2 = 3.
- Verify by substituting back → 2·(3) + 5 = 6 + 5 = 11 ✓ — Replace x with our answer in the original equation. Both sides should be equal.
A phone plan costs $2.00 per month plus a $7.00 signup fee. After one month the total cost is $11.00. Write and solve the equation to confirm the monthly cost.
Answer: x = 2
- Write the equation → 2x + 7 = 11, where x = number of months — Monthly cost times months plus signup fee equals total.
- Subtract 7 from both sides → 2x = 11 − 7 = 4 — Remove the signup fee.
- Divide both sides by 2 → x = 4 ÷ 2 = 2 — x = 2 month(s), confirming $2.00/month.
Solve for x: 7x − 4 = 45
Answer: x = 7
- Identify the goal → 7x − 4 = 45 — solve for x — We want to get x alone on one side. This takes two steps: first remove the constant, then remove the coefficient.
- Step 1: Add 4 to both sides → 7x − 4 + 4 = 45 + 4 → 7x = 49 — Undo the addition/subtraction to isolate the term with x.
- Step 2: Divide both sides by 7 → 7x ÷ 7 = 49 ÷ 7 → x = 7 — Undo the multiplication. 49 ÷ 7 = 7.
- Verify by substituting back → 7·(7) − 4 = 49 − 4 = 45 ✓ — Replace x with our answer in the original equation. Both sides should be equal.
Common mistakes
- Solving operations in the wrong order, such as dividing first in 3x + 12 = 21 to get x + 4 = 7, then x = 3, instead of the correct answer x = 3
- Making sign errors when subtracting negative constants, like solving 5x - 8 = 17 by writing 5x = 17 - 8 = 9, giving x = 1.8 instead of x = 5
- Forgetting to perform the same operation on both sides, such as subtracting 7 from only the left side in 4x + 7 = 23 to get 4x = 23, then x = 5.75 instead of x = 4
- Verification errors where the original equation check produces incorrect arithmetic, like substituting x = 6 into 2x + 3 = 15 and calculating 2(6) + 3 = 16 instead of 15