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 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.

§ 01

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.

§ 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

Solve for x: 2x + 5 = 11

Answer: x = 3

  1. 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.
  2. Step 1: Subtract 5 from both sides 2x + 5 − 5 = 11 − 5 → 2x = 6 Undo the addition/subtraction to isolate the term with x.
  3. Step 2: Divide both sides by 2 2x ÷ 2 = 6 ÷ 2 → x = 3 Undo the multiplication. 6 ÷ 2 = 3.
  4. Verify by substituting back 2·(3) + 5 = 6 + 5 = 11 ✓ Replace x with our answer in the original equation. Both sides should be equal.
Easy§ 02

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

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

Solve for x: 7x − 4 = 45

Answer: x = 7

  1. 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.
  2. Step 1: Add 4 to both sides 7x − 4 + 4 = 45 + 4 → 7x = 49 Undo the addition/subtraction to isolate the term with x.
  3. Step 2: Divide both sides by 7 7x ÷ 7 = 49 ÷ 7 → x = 7 Undo the multiplication. 49 ÷ 7 = 7.
  4. Verify by substituting back 7·(7) − 4 = 49 − 4 = 45 ✓ Replace x with our answer in the original equation. Both sides should be equal.
§ 04

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
§ 05

Frequently asked questions

What makes an equation a 'two-step' equation?
A two-step equation requires exactly two inverse operations to solve. It contains one variable term (like 3x or -5x) and one constant term (like +7 or -12). The standard forms are ax + b = c or ax - b = c, where solving involves undoing addition/subtraction first, then multiplication/division.
Why do you undo addition/subtraction before multiplication/division?
The order follows the reverse of the order of operations (PEMDAS). Since multiplication happens before addition in PEMDAS, when solving equations, addition/subtraction gets undone first, then multiplication/division. This systematic approach isolates the variable term before isolating the variable itself.
How do you check if your answer is correct?
Substitute the solution back into the original equation and verify both sides are equal. For example, if x = 4 solves 3x + 5 = 17, then 3(4) + 5 = 12 + 5 = 17 ✓. If the sides don't match, recalculate the solution steps.
What's the difference between 2x + 3 = 11 and 2x - 3 = 11?
The sign of the constant determines the first step. For 2x + 3 = 11, subtract 3 from both sides to get x = 4. For 2x - 3 = 11, add 3 to both sides to get x = 7. Always perform the opposite operation of what appears in the equation.
Can two-step equations have negative answers?
Yes, solutions can be negative, positive, zero, or fractions. For example, 3x + 15 = 9 gives x = -2 because 3x = 9 - 15 = -6, so x = -6 ÷ 3 = -2. The verification: 3(-2) + 15 = -6 + 15 = 9 ✓.
§ 06

See also

§ 06

Where to next?

Share this article