Mathwords logoMathwords

Two-Step Equation — Definition, Formula & Examples

A two-step equation is an equation that takes exactly two inverse operations to isolate the variable and find its value. For example, 2x+5=112x + 5 = 11 requires you to first subtract 5, then divide by 2.

A two-step equation is a linear equation of the form ax+b=cax + b = c, where a0a \neq 0, that is solved by applying two inverse operations in sequence: first undoing addition or subtraction, then undoing multiplication or division.

Key Formula

ax+b=cax + b = c
Where:
  • aa = The coefficient multiplied by the variable (cannot be zero)
  • xx = The unknown variable you are solving for
  • bb = A constant added to or subtracted from the variable term
  • cc = The constant on the other side of the equation

How It Works

To solve a two-step equation, work in reverse order of operations. Start by undoing any addition or subtraction to get the variable term alone on one side. Then undo the multiplication or division to isolate the variable completely. Always perform the same operation on both sides to keep the equation balanced.

Worked Example

Problem: Solve for x: 3x − 7 = 14
Step 1: Undo the subtraction: Add 7 to both sides to isolate the variable term.
3x7+7=14+7    3x=213x - 7 + 7 = 14 + 7 \implies 3x = 21
Step 2: Undo the multiplication: Divide both sides by 3 to solve for x.
3x3=213    x=7\frac{3x}{3} = \frac{21}{3} \implies x = 7
Answer: x=7x = 7

Why It Matters

Two-step equations are the foundation for solving more complex equations in algebra, including multi-step equations and systems of equations. They also appear constantly in real-world problems — for instance, figuring out how many items you can buy when there is a flat fee plus a per-item cost.

Common Mistakes

Mistake: Dividing or multiplying before adding or subtracting — doing the steps in the wrong order.
Correction: Always undo addition or subtraction first to isolate the variable term, then undo multiplication or division. Think of peeling off layers in reverse order of operations.