Solving Two-Step Equations- Simple Methods and Examples

What Two-Step Equations Actually Are

Two-step equations are algebraic equations that take exactly two operations to solve. That's it. No more, no less.

Here's the basic form:

ax + b = c

Where a, b, and c are numbers, and x is the variable you're solving for.

The trick? You need to undo those two operations in reverse order. Addition and subtraction come first, then multiplication and division.

The Core Principle: Inverse Operations

Every operation in an equation can be undone. That's the whole game.

If something is added to x, you subtract it. If x is multiplied by something, you divide by it.

How to Solve Two-Step Equations

Follow this sequence:

  1. Step 1: Undo addition or subtraction first
  2. Step 2: Undo multiplication or division second
  3. Step 3: Check your answer

Example 1: Solving 3x + 5 = 20

Start with the equation:

3x + 5 = 20

Step 1: Subtract 5 from both sides to undo the +5

3x + 5 - 5 = 20 - 5

3x = 15

Step 2: Divide both sides by 3 to undo the multiplication

3x รท 3 = 15 รท 3

x = 5

Step 3: Check it

3(5) + 5 = 15 + 5 = 20 โœ“

Example 2: Solving x/4 - 7 = 3

Start with:

x/4 - 7 = 3

Step 1: Add 7 to both sides

x/4 - 7 + 7 = 3 + 7

x/4 = 10

Step 2: Multiply both sides by 4

x/4 ร— 4 = 10 ร— 4

x = 40

Step 3: Check it

40/4 - 7 = 10 - 7 = 3 โœ“

Example 3: Solving -2x + 9 = 1

Start with:

-2x + 9 = 1

Step 1: Subtract 9

-2x = 1 - 9

-2x = -8

Step 2: Divide by -2

x = -8 รท -2

x = 4

Step 3: Check it

-2(4) + 9 = -8 + 9 = 1 โœ“

Common Mistakes to Avoid

Two-Step vs. Other Equation Types

TypeExampleOperations Needed
One-stepx + 5 = 121 (subtract 5)
Two-step3x + 4 = 192 (subtract 4, divide by 3)
Multi-step2(x + 3) = 103+ (distribute, subtract, divide)

Practice Problems

Try these. Answers at the bottom.

  1. 2x + 8 = 16
  2. 5x - 3 = 22
  3. x/6 + 4 = 9
  4. -4x + 7 = -1

Answers

  1. x = 4
  2. x = 5
  3. x = 30
  4. x = 2