← Home

Solving Equations

Grade 8
Step 1 of 30
INTRODUCTION
1 / 30
Ready? Try the Quiz →

Full lesson notes

Everything covered in this lesson, in one place - useful for revision or printing.

\( 3x + 7 = 12 \)

Lesson 1 covered balance, inverse operations and two-step equations. This lesson works through every method you need for the harder equations on your worksheet.

You will learn how to handle:

Every step below tells you the reason, not just the algebra.

1. The Golden Rule

\( \text{do the same to BOTH sides} \)

An equation is a balance. Whatever you do to the left, you must do to the right, or it is no longer the equation you were given.

Undo the operations in the opposite order to BODMAS — deal with + and − first, then × and ÷.

\( 3x + 7 = 12 \)

The \(x\) is trapped by two operations: multiplied by 3, then 7 added.
Step 1 — undo the \(+7\): subtract 7 from both sides, giving \(3x = 5\).
Step 2 — undo the \(\times 3\): divide both sides by 3.

\(x = \dfrac{5}{3}\)
The answer is a fraction, and that is completely correct. Do not force a whole number.

\( 4x - 5 - x = 10 \)

If one side has several \(x\) terms, tidy that side before anything else.
\(4x - x = 3x\), so the equation becomes \(3x - 5 = 10\).

Add 5: \(3x = 15\). Divide by 3: \(x = 5\).
The \(-5\) is not an \(x\) term, so it stays where it is.

2. Brackets

\( 2(x + 3) = 18 \)

Multiply everything inside the bracket by the number outside — both terms, not just the first.
\(2x + 6 = 18\), so \(2x = 12\) and \(x = 6\).

Shortcut: both sides divide by 2 exactly, so you could write \(x + 3 = 9\) straight away. Same answer, fewer steps.

\( 5x - 3(2x + 1) = 6 \)

The bracket is multiplied by negative 3, so every term inside changes sign.
\(-3 \times 2x = -6x\) and \(-3 \times +1 = -3\).

\(5x - 6x - 3 = 6\) gives \(-x - 3 = 6\), so \(-x = 9\) and \(x = -9\).
Writing \(+3\) instead of \(-3\) is the most common mistake in this whole topic.

\( 7(x - 2) = 3(2x + 1) \)

Expand each side separately first: \(7x - 14 = 6x + 3\).
Now move the smaller \(x\) term across, so the \(x\) you keep stays positive.

\(7x - 6x = 3 + 14\), so \(x = 17\).

3. Both Sides

\( 4(x + 5) = 2(x - 3) \)

Expand: \(4x + 20 = 2x - 6\). Watch that \(2 \times -3 = -6\).
Move \(2x\) left and \(20\) right — each change of side flips the sign.

\(2x = -26\), so \(x = -13\).
A negative solution is a real solution. Check it and move on.

\( 7(x - 9) = 10x \)

Expanding gives \(7x - 63 = 10x\). Here \(10x\) is the bigger term, so collect on the right.
\(-63 = 3x\), so \(x = -21\).

\(x = -21\) and \(-21 = x\) say exactly the same thing. Chasing \(x\) back to the left only adds a step and a chance to slip.

4. Fractions

\( \dfrac{x}{3} + 4 = 10 \)

Deal with the whole number first, then multiply both sides by the denominator.
Subtract 4: \(\dfrac{x}{3} = 6\). Multiply both sides by 3: \(x = 18\).

Multiplying by 3 undoes dividing by 3 — inverse operations again.

\( \dfrac{p + 3}{5} - 8 = 1 \)

The entire \(p + 3\) sits on top of the 5 as one package, so it all gets multiplied by 5.
Add 8: \(\dfrac{p+3}{5} = 9\). Multiply by 5: \(p + 3 = 45\).

\(p = 42\)
Writing \(p + 3 = 9\) — multiplying only the \(p\) — is a classic slip.

\( \dfrac{y}{3} + \dfrac{y + 1}{2} = 7 \)

With more than one denominator, find the lowest common denominator and multiply every term by it.
Here the LCD is 6, including the \(7\) on the right.

\(2y + 3(y + 1) = 42\)
\(2y + 3y + 3 = 42\), so \(5y = 39\) and \(y = \dfrac{39}{5}\).
Miss one term and the equation breaks.

\( \dfrac{1}{2}(q + 3) - 4 = \dfrac{1}{4}(q - 3) \)

Clear the fractions first — the brackets are far easier without them. Denominators 2 and 4 give an LCD of 4.

\(2(q + 3) - 16 = q - 3\)
\(2q + 6 - 16 = q - 3\), so \(2q - 10 = q - 3\) and \(q = 7\).
Note that \(-4 \times 4 = -16\) — the whole number gets multiplied too.

5. x Underneath

\( \dfrac{4}{x} + 2 = 8 \)

Isolate the fraction first, then multiply by \(x\). Do not try to expand anything.
Subtract 2: \(\dfrac{4}{x} = 6\). Multiply both sides by \(x\): \(4 = 6x\).

\(x = \dfrac{4}{6} = \dfrac{2}{3}\)
Read it aloud: "four divided by \(x\) gives 6", so \(x\) must be 4 divided by 6.

\( \dfrac{1}{x} + 8 = 3 \)

Same method. Isolating the fraction leaves a negative on the right.
\(\dfrac{1}{x} = -5\), so \(1 = -5x\) and \(x = -\dfrac{1}{5}\).

Check: \(1 \div -\dfrac{1}{5} = -5\), and \(-5 + 8 = 3\). Correct.

6. Squares That Cancel

\( m(m + 3) - 7 = m^2 + 2m - 1 \)

Do not panic at the \(m^2\). Expand both sides and see what survives.
\(m^2 + 3m - 7 = m^2 + 2m - 1\). The \(m^2\) is on both sides, so it subtracts away entirely.

\(3m - 7 = 2m - 1\), so \(m = 6\).
What is left is an ordinary linear equation.

\( (m + 3)(m - 6) = (m - 4)(m - 7) \)

Expand each pair of brackets in full before comparing.
\(m^2 - 3m - 18 = m^2 - 11m + 28\). Take the double negatives slowly: \(-4 \times -7 = +28\).

\(-3m + 11m = 28 + 18\), so \(8m = 46\) and \(m = \dfrac{23}{4}\).

\( t(t + 4) - 5t = t(6 + t) - 8 \)

Expand everything: \(t^2 + 4t - 5t = 6t + t^2 - 8\).
Tidy the left: \(t^2 - t = t^2 + 6t - 8\). The \(t^2\) cancels.

\(-t = 6t - 8\), so \(-7t = -8\) and \(t = \dfrac{8}{7}\).
Two negatives divided give a positive. An answer of \(\dfrac{8}{7}\) is exact — do not round it.

7. Checking

\( 3\left(\dfrac{5}{3}\right) + 7 = 12 \)

Substitute your answer into the original equation — not into a line you rewrote, in case that line already has the mistake.

\(3 \times \dfrac{5}{3} = 5\), and \(5 + 7 = 12\). Both sides match, so \(x = \dfrac{5}{3}\) is confirmed.
This catches almost every sign and arithmetic slip, and it takes ten seconds.

\( \text{brackets} \to \text{fractions} \to \text{like terms} \to \text{move } x \to \text{divide} \)

Not every equation needs every step, but this order never fails:

\( 3x = 5 \;\Rightarrow\; x = \dfrac{5}{3} \)

1. A negative outside a bracket flips every term inside.

2. \(3x = 5\) means 3 times \(x\), so divide by 3 — never subtract.

3. Multiplying out a denominator multiplies the whole numerator.

\( \text{expand} \to \text{clear} \to \text{collect} \to \text{divide} \)

Now try the quiz — it draws 15 questions from a bank of 32.