Two-Step Equations - Steps, Rules, and Examples

Two-Step Equations - Steps, Rules, and Examples

TL;DR

A two-step equation is a linear equation of the form ax+b=c that takes exactly two inverse operations to solve: undo the addition or subtraction first, then undo the multiplication or division. This article gives the method, six worked examples (integers, fractions, decimals, negatives, and a word problem), the order rule, and the mistakes that cost marks.

What Are Two-Step Equations?

A two-step equation is a linear equation in one variable that requires two inverse operations to isolate the variable. Its standard shape is ax+b=c, where a, b, and c are real numbers and a≠0.

The name is literal. A one-step equation like x+7=10 needs a single operation (subtract 7). A two-step equation stacks one more operation on top, so it needs two. Once you can clear two, three- and four-step equations are the same idea repeated — the linear equation family scales up from here.

The two operations are always inverse operations: addition undoes subtraction, multiplication undoes division. You apply each one to both sides of the equation at once, which keeps the two sides balanced — the same balance principle behind every equation you solve for x.

How Do You Solve a Two-Step Equation?

Two steps, in this order. The order is the whole game.

  1. Undo the constant first. Add or subtract to move the lone number (b) off the variable side. This isolates the term ax.
  2. Undo the coefficient second. Multiply or divide to strip the number attached to the variable (a). This isolates x.

Why undo addition before multiplication?

When you build 3x+5, the order of operations multiplies before it adds. To take the expression apart you run that order backwards — addition and subtraction come undone first, multiplication and division last. Solving is order of operations in reverse.

After both steps, substitute your answer back into the original equation. If both sides match, the solution is correct. This check is not optional padding — it catches the single most common error before it costs you anything.

Examples of Two-Step Equations

Example 1

Solve 2x+6=12.

Undo the constant. Subtract 6 from both sides:

2x+6−6=12−6 ⟹ 2x=6

Undo the coefficient. Divide both sides by 2:

x=3

Final answer: x=3. Check: 2(3)+6=12. Correct.

Example 2

Solve 4x−1=15.

Wrong attempt. The 4 sits right next to the x, so it feels natural to divide by 4 first, but that changes the equation.

The clean route. Undo the constant first. Add 1 to both sides:

4x−1+1=15+1 ⟹ 4x=16

Divide both sides by 4:

x=4

Final answer: x=4. Same answer, no fractions.

Example 3

Solve x/6−7=11.

Undo the constant first — add 7 to both sides:

x/6=18

Undo the division. Multiply both sides by 6:

x=108

Final answer: x=108. Check: 108/6−7=11. Correct.

Example 4

Solve 2/3z + 0.8 = 1.5.

Subtract 0.8 from both sides:

2/3z=0.7

The coefficient is a fraction, so undo it by multiplying by its reciprocal:

z=0.7×(3/2)=1.05

Final answer: z=1.05.

Example 5

Solve −5x + 3 = 23.

Subtract 3 from both sides:

−5x = 20

Divide both sides by −5:

x = −4

Example 6

A phone plan has a flat fee of $15 plus $0.20 per gigabyte. A month's bill was $23. How many gigabytes were used?

Let g be the gigabytes used. The cost equation is:

0.20g + 15 = 23

Subtract 15:

0.20g = 8

Divide by 0.20:

g = 40

Final answer: 40 gigabytes.

Key Takeaways

Practice These Problems

  1. Solve 5x + 7 = 32.
  2. Solve x/4−2=6.
  3. Solve −3x + 8 = 20. (Mind the sign when you divide.)
  4. A gym charges a $25 joining fee plus $10 per month. After paying $85, how many months were covered?

Answer to Question 1: x=5. Answer to Question 2: x=32. Answer to Question 3: x=−4. Answer to Question 4: 6 months.