๐Ÿงฎ
Math๐Ÿ”ฌ Ages 11-13Intermediate 9 min read

Solving Two-Step Equations

Learn to solve two-step equations the reliable way: undo operations in reverse order, keep both sides balanced, handle negatives and fractions, with full worked examples.

Key takeaways

  • A two-step equation needs two inverse operations to isolate the variable
  • Undo addition or subtraction first, then undo multiplication or division
  • Whatever you do to one side, do to the other to keep the equation balanced
  • Always check by substituting your answer back into the original equation

From one step to two

A one-step equation like x + 5 = 12 takes a single move to solve: subtract 5 and you get x = 7. A two-step equation needs two moves because two things have been done to the variable.

Look at 2x + 3 = 11. Here x has been multiplied by 2 and had 3 added. To find x we have to undo both operations, one at a time, in the right order. This lesson gives you a reliable routine that works every time. If you have not solved one-step equations yet, start with solving linear equations, then return here.

The balance rule (the golden rule)

Think of the = sign as the middle of a balance scale. Both sides weigh exactly the same. The rule never changes:

Whatever you do to one side, you must do to the other side.

If you only change one side, the scale tips and the equation stops being true. Every step below obeys this rule.

Inverse operations

To remove an operation we use its inverse โ€” the operation that undoes it:

OperationIts inverse
Add (+)Subtract (โˆ’)
Subtract (โˆ’)Add (+)
Multiply (ร—)Divide (รท)
Divide (รท)Multiply (ร—)

Solving an equation is just peeling these operations off the variable until it stands alone.

The order: reverse the order of operations

Here is the key idea that makes two-step equations easy. When you build an expression you follow the order of operations (multiply before you add). When you solve, you go in reverse:

Undo addition and subtraction first, then undo multiplication and division.

In 2x + 3, the last thing done to x was "+3", so that is the first thing we undo. Then we undo the "ร—2".

Worked example 1 โ€” the classic

Solve 2x + 3 = 11.

Step 1 โ€” Undo the +3. Subtract 3 from both sides. 2x + 3 โˆ’ 3 = 11 โˆ’ 3 2x = 8

Step 2 โ€” Undo the ร—2. Divide both sides by 2. 2x รท 2 = 8 รท 2 x = 4

Step 3 โ€” Check. Put x = 4 back into the original: 2(4) + 3 = 8 + 3 = 11. โœ“ Both sides match, so x = 4 is correct.

Worked example 2 โ€” with subtraction

Solve 5x โˆ’ 4 = 16.

Step 1 โ€” Undo the โˆ’4. Add 4 to both sides. 5x โˆ’ 4 + 4 = 16 + 4 5x = 20

Step 2 โ€” Undo the ร—5. Divide both sides by 5. x = 20 รท 5 = 4

Check: 5(4) โˆ’ 4 = 20 โˆ’ 4 = 16. โœ“

Worked example 3 โ€” a negative answer

Solve 3x + 7 = 1.

Step 1 โ€” Subtract 7 from both sides. 3x = 1 โˆ’ 7 = โˆ’6

Step 2 โ€” Divide both sides by 3. x = โˆ’6 รท 3 = โˆ’2

Check: 3(โˆ’2) + 7 = โˆ’6 + 7 = 1. โœ“ Do not be alarmed by negative answers โ€” they are completely valid. If signs trip you up, revisit introduction to integers.

Worked example 4 โ€” the variable is divided

Solve x/4 โˆ’ 5 = 2.

Here x has been divided by 4 and then 5 was subtracted. Undo the subtraction first, then the division.

Step 1 โ€” Add 5 to both sides. x/4 = 2 + 5 = 7

Step 2 โ€” Undo the รท4 by multiplying both sides by 4. x = 7 ร— 4 = 28

Check: 28/4 โˆ’ 5 = 7 โˆ’ 5 = 2. โœ“

Worked example 5 โ€” variable not in front

Solve 18 = 4x + 2. Having the number on the left is fine โ€” the rules are identical.

Step 1 โ€” Subtract 2 from both sides. 16 = 4x

Step 2 โ€” Divide both sides by 4. 4 = x, so x = 4.

Check: 4(4) + 2 = 16 + 2 = 18. โœ“

A summary of the routine

For any two-step equation, follow these four steps:

  1. Identify the two operations attached to the variable.
  2. Undo the +/โˆ’ by doing the opposite to both sides.
  3. Undo the ร—/รท by doing the opposite to both sides.
  4. Check by substituting back into the original equation.
EquationStep 1 (+/โˆ’)Step 2 (ร—/รท)Answer
2x + 3 = 112x = 8x = 44
5x โˆ’ 4 = 165x = 20x = 44
x/4 โˆ’ 5 = 2x/4 = 7x = 2828
3x + 7 = 13x = โˆ’6x = โˆ’2โˆ’2

Why the order matters

Could you undo the multiplication first? Sometimes, but it gets messy. In 2x + 3 = 11, dividing everything by 2 first gives x + 1.5 = 5.5, which works but introduces awkward decimals. Removing the "+3" first keeps the numbers whole and clean. Undoing the addition or subtraction before the multiplication or division is the safe, reliable order โ€” it mirrors unwrapping a parcel by taking off the outer layer first.

Practice activity

Make your own two-step equation puzzle for a partner.

  1. Choose a secret value for x (say x = 5).
  2. Multiply it by a number, then add or subtract another โ€” e.g. 3 ร— 5 = 15, then + 4 = 19, giving the equation 3x + 4 = 19.
  3. Hand the equation to a partner and challenge them to find your secret x by undoing the steps.
  4. Both of you check the answer by substituting it back. Swap roles and repeat with negatives and fractions to build confidence.

Quick recap

A two-step equation needs two inverse operations. Undo the addition or subtraction first, then the multiplication or division, doing the same thing to both sides each time. Finish by substituting your answer back into the original equation to be sure it balances.

Quick quiz

Test yourself and earn XP

Solve: 2x + 3 = 11

Solve: 5x โˆ’ 4 = 16

Solve: x/3 + 2 = 6

Solve: 3x + 7 = 1

Why do you undo +3 before you undo ร—2 in 2x + 3 = 11?

FAQ

It is an equation that needs two inverse operations to solve, such as 2x + 3 = 11, where you must undo both the +3 and the ร—2.

Undo addition or subtraction first, then multiplication or division. This reverses the normal order of operations.

Substituting your answer back into the original equation confirms both sides are equal, catching any slip in the working.