Solving Linear Equations Review
Master the balance method — use inverse operations to solve one-step, two-step, brackets and unknowns-on-both-sides equations.
Printable Worksheets
Print or save as PDF — or build a custom worksheet from any module's questions.
Solve $2x + 5 = 17$. What operation do you do first? Why?
These require just one inverse operation to solve.
| Type | Example | Operation | Solution |
|---|---|---|---|
| $x + a = b$ | $x + 6 = 13$ | Subtract 6 from both sides | $x = 7$ |
| $x - a = b$ | $x - 4 = 9$ | Add 4 to both sides | $x = 13$ |
| $ax = b$ | $3x = 21$ | Divide both sides by 3 | $x = 7$ |
| $\frac{x}{a} = b$ | $\frac{x}{5} = 4$ | Multiply both sides by 5 | $x = 20$ |
-
Add 8 to both sides (inverse of $-8$)
$$x - 8 + 8 = 15 + 8$$
$$x = 23$$
-
Check: substitute $x = 23$ back
$$23 - 8 = 15 \checkmark$$
-
Multiply both sides by 4 (inverse of $\div 4$)
$$\frac{x}{4} \times 4 = 7 \times 4$$
$$x = 28$$
-
Check: $\frac{28}{4} = 7$
$$\checkmark$$
These require two inverse operations. Follow reverse BODMAS:
- Undo addition or subtraction first
- Then undo multiplication or division
-
Subtract 4 from both sides (undo $+4$)
$$3x + 4 - 4 = 16 - 4$$
$$3x = 12$$
-
Divide both sides by 3 (undo $\times 3$)
$$\frac{3x}{3} = \frac{12}{3}$$
$$x = 4$$
-
Check: $3(4) + 4 = 12 + 4 = 16$
$$\checkmark$$
When an equation contains brackets, expand first, then solve as normal.
-
Expand the brackets
$$2 \times x + 2 \times 3 = 14$$
$$2x + 6 = 14$$
-
Subtract 6, then divide by 2
$$2x = 8 \implies x = 4$$
-
Check: $2(4 + 3) = 2 \times 7 = 14$
$$\checkmark$$
When the unknown appears on both sides, collect all $x$ terms on one side and all numbers on the other.
-
Subtract $2x$ from both sides
$$3x + 5 - 2x = 2x + 11 - 2x$$
$$x + 5 = 11$$
-
Subtract 5 from both sides
$$x = 6$$
-
Check
LHS: $3(6) + 5 = 23$. RHS: $2(6) + 11 = 23$. $\checkmark$
Always substitute your answer back into the original equation to verify.
-
Substitute $x = 3$ into the LHS
$$\text{LHS} = 5(3) - 7 = 15 - 7 = 8$$
RHS $= 8$
-
Compare: LHS $=$ RHS
$$8 = 8 \quad \checkmark$$
The solution $x = 3$ is correct.
| Equation Type | Example | Strategy | Key Step |
|---|---|---|---|
| One-step | $x + 5 = 12$ | Single inverse operation | Subtract 5 |
| Two-step | $2x + 3 = 11$ | Reverse BODMAS | Subtract 3, then divide by 2 |
| With brackets | $3(x - 2) = 15$ | Expand first, then solve | Distribute the 3 |
| Unknowns both sides | $4x + 2 = 2x + 10$ | Collect $x$ on one side | Subtract $2x$ |
| Fractions | $\frac{x}{4} + 2 = 5$ | Undo addition, then multiply | Subtract 2, then multiply by 4 |
Set a timer for 3 minutes. Solve as many as you can!
$x + 9 = 15$
Answer
$x = 6$
$x - 6 = 4$
Answer
$x = 10$
$5x = 35$
Answer
$x = 7$
$\frac{x}{4} = 6$
Answer
$x = 24$
$2x + 5 = 17$
Answer
$x = 6$
$3x - 7 = 14$
Answer
$x = 7$
$4(x + 2) = 24$
Answer
$x = 4$
$2x + 9 = x + 15$
Answer
$x = 6$
$5x - 3 = 2x + 12$
Answer
$x = 5$
$3(x - 1) = 2(x + 4)$
Answer
$x = 11$
Solve $4x + 7 = 23$ and check your answer.
Sample solution
$4x + 7 = 23$. Subtract 7: $4x = 16$. Divide by 4: $x = 4$.
Check: $4(4) + 7 = 16 + 7 = 23$ ✓
Solve $2(3x - 1) = 4x + 8$, showing all steps.
Sample solution
Expand: $6x - 2 = 4x + 8$.
Subtract $4x$: $2x - 2 = 8$. Add 2: $2x = 10$. Divide by 2: $x = 5$.
Check: LHS $= 2(15-1) = 28$. RHS $= 20+8 = 28$. ✓
Explain why you must do the same operation to both sides of an equation. Use an example.
Sample answer
An equation is like a balanced scale — both sides are equal. If you change only one side, the balance breaks.
For example, in $x + 5 = 12$: subtract 5 from both sides: $x + 5 - 5 = 12 - 5 \Rightarrow x = 7$. Check: $7 + 5 = 12$ ✓
Stretch 1: Solve $\dfrac{2x + 5}{3} = 7$
Solution
Multiply both sides by 3: $2x + 5 = 21$. Subtract 5: $2x = 16$. Divide by 2: $x = 8$.
Check: $\frac{2(8)+5}{3} = \frac{21}{3} = 7$ ✓
Stretch 2: Solve $5(x - 3) = 2(x + 6)$
Solution
Expand: $5x - 15 = 2x + 12$. Subtract $2x$: $3x - 15 = 12$. Add 15: $3x = 27$. Divide by 3: $x = 9$.
Check: LHS $= 5(6) = 30$. RHS $= 2(15) = 30$ ✓
Stretch 3: Three consecutive numbers add to 72. If the middle number is $n$, write an equation and solve for $n$.
Solution
Numbers: $(n-1), n, (n+1)$. Equation: $(n-1) + n + (n+1) = 72$. Simplify: $3n = 72$. So $n = 24$.
The three numbers are 23, 24, 25.
You've reviewed all types of linear equations — one-step, two-step, brackets, and unknowns on both sides. You're ready for simultaneous equations!