← Home

Algebraic 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.

\( 5x + 8 = 28 \)

An equation is a number sentence with an equals sign. Solving it means finding the value that makes both sides match.

In this lesson you will learn to:

1. Expression or Equation

\( 6x + 4 \qquad\text{vs}\qquad 6x + 4 = 22 \)

The difference is one symbol.

\(6x + 4\) is an expression — there is nothing to solve. You can only simplify it.
\(6x + 4 = 22\) is an equation — it makes a claim, and you can find the \(x\) that makes it true.

\( \underbrace{6x+4}_{\text{LHS}} \;=\; \underbrace{22}_{\text{RHS}} \)

Everything before the equals sign is the left-hand side (LHS). Everything after it is the right-hand side (RHS).

Solving means finding the value that makes LHS and RHS give the same number.

\( 6x + 4 = 22 \;\Rightarrow\; x = 3 \)

The value that makes the equation true is called the solution, or the root.

Check: \(6(3) + 4 = 18 + 4 = 22\). The sides match, so \(x = 3\) is correct.

\( \text{equation} \Rightarrow \text{has } = \Rightarrow \text{can be solved} \)

Key idea: no equals sign means no solution to find. If a question says "simplify" you have an expression; if it says "solve" you have an equation.

2. The Balance Rule

\( \text{LHS} \;=\; \text{RHS} \)

Think of an equation as a balance scale that is currently level.

Add 6 to one side only and it tips over — the equation is no longer true.
Add 6 to both sides and it stays level, and stays true.

\( +6 \longleftrightarrow -6 \qquad \times 5 \longleftrightarrow \div 5 \)

Every operation has an inverse that undoes it.

• The additive inverse of \(+6\) is \(-6\)
• The multiplicative inverse of \(\times 5\) is \(\div 5\)
To get \(x\) alone, apply the inverse — to both sides.

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

Key idea: this single rule is every method in this lesson. Everything else is just deciding which inverse to use, and in what order.

3. Inspection

\( x + 7 = 15 \)

For simple equations, ask yourself: what number makes this true?

\(8 + 7 = 15\), so \(x = 8\).
Saying why out loud is the working. "7 more than 8 is 15" is a complete answer at this level.

\( 4m = 28 \qquad 21 - a = 9 \)

\(4m = 28\): four lots of what make 28? \(m = 7\)
\(21 - a = 9\): 21 take away what leaves 9? \(a = 12\)
Remember \(4m\) means \(4 \times m\) — the multiplication sign is hidden.

\( 5x + 8 = 28 \)

Inspection works well for one operation. With two, guessing gets unreliable.

You might guess \(x = 5\): \(5(5) + 8 = 33\). Too big. Then \(x = 4\): \(28\). Correct — but you were guessing.
There is a method that gets it right first time.

\( \text{one step} \Rightarrow \text{inspect} \)

Key idea: use inspection for one-step equations and always justify it. The moment there are two operations, switch to inverse operations.

4. Inverse Operations

\( x - 6 = 2 \)

\(6\) has been subtracted from \(x\). Undo it by adding 6 — to both sides.

\(x - 6 + 6 = 2 + 6\)
\(x = 8\)   Check: \(8 - 6 = 2\) ✓

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

\(x\) has been divided by 4. Undo it by multiplying by 4 — both sides.

\(\dfrac{x}{4} \times 4 = 3 \times 4\)
\(x = 12\)   Check: \(12 \div 4 = 3\) ✓

\( \text{one side only} \;\Rightarrow\; \text{broken} \)

Doing it to one side only is the most common way to lose an equation. \(x - 6 = 2\) becoming \(x = 2\) is simply a different, false equation.
Write the operation on both sides for the first few weeks. It builds the habit.

\( \text{apply the inverse to BOTH sides} \)

Key idea: identify what has been done to the variable, then undo it with its inverse — on both sides, every time.

5. Two-Step Equations

\( 5x + 8 = 28 \)

Two operations have been applied to \(x\): multiply by 5, then add 8.

Undo them in reverse order: subtract 8 first, then divide by 5.
This is the same idea as taking off your shoes before your socks.

\( 5x + 8 - 8 = 28 - 8 \)

Step 1 — undo the \(+8\):

\(5x = 20\)
Step 2 — undo the \(\times 5\):
\(\dfrac{5x}{5} = \dfrac{20}{5}\)
\(x = 4\)

\( 5(4) + 8 = 20 + 8 = 28 \;\checkmark \)

Substitute the answer back into the original equation.

Both sides give 28, so \(x = 4\) is right. A checked answer cannot be wrong.

\( 24 - 3b = 9 \)

Careless: "\(3b = 9 - 24\)" — the sign of the \(3b\) term has been lost.
The term is \(-3b\). Move the 24 first:
\(-3b = 9 - 24 = -15\)
\(b = 5\)   Check: \(24 - 3(5) = 24 - 15 = 9\) ✓

\( \text{undo} + \text{and} - \text{ first, then} \times \text{and} \div \)

Key idea: subtract or add first to isolate the variable term, then divide by the coefficient. The sign travels with the term.

6. Both Sides & Brackets

\( 3p - 7 = p + 9 \)

There are \(p\) terms on both sides. Collect the variables on one side and the numbers on the other.

\(3p - p = 9 + 7\)
\(2p = 16\)
\(p = 8\)

\( 3(8) - 7 = 17 \qquad 8 + 9 = 17 \)

Work out each side separately using \(p = 8\).

LHS \(= 17\), RHS \(= 17\). They match, so \(p = 8\) is correct.
With variables on both sides, checking is the only way to be sure you collected correctly.

\( 3(x + 4) = 21 \)

Multiply everything inside the bracket by 3:

\(3x + 12 = 21\)
\(3x = 9\)
\(x = 3\)

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

Because 21 divides exactly by 3, you can divide first instead:

\(x + 4 = 7\), so \(x = 3\)
Both routes give \(x = 3\). Expanding always works; dividing first is quicker when the numbers are kind.

\( \text{expand} \to \text{collect} \to \text{solve} \)

Key idea: clear brackets, gather variables on one side and numbers on the other, then finish with the two-step method.

7. Powers & Word Problems

\( x^2 = 49 \qquad x^3 = 27 \)

Ask which number multiplied by itself gives the answer.

\(x^2 = 49 \Rightarrow x = 7\)  (taking the positive value, as for a length)
\(x^3 = 27 \Rightarrow x = 3\), because \(3 \times 3 \times 3 = 27\)

\( 2^x = 8 \;\Rightarrow\; 2^x = 2^3 \)

When the unknown is the exponent, write both sides as powers of the same base.

\(8 = 2^3\), so \(2^x = 2^3\)
The bases match, so the exponents must match: \(x = 3\).

\( \text{Twice a number, increased by 8, is 20.} \)

Let \(n\) be the number. Write what the sentence says, in the order it says it:

"twice a number" \(\Rightarrow 2n\)  ·  "increased by 8" \(\Rightarrow 2n + 8\)  ·  "is 20" \(\Rightarrow = 20\)
\(2n + 8 = 20\)
\(2n = 12\), so \(n = 6\). Check: \(2(6) + 8 = 20\) ✓

\( x + (3x - 5) = 27 \)

Two lengths add to 27 cm. The second is 5 cm shorter than three times the first.

\(4x - 5 = 27\), so \(4x = 32\)
\(x = 8\) cm. Check: \(8 + (24 - 5) = 8 + 19 = 27\) ✓
Always answer in the units the question used.

\( \text{name it} \to \text{write it} \to \text{solve it} \to \text{check it} \)

Key idea: for powers, match the base or find the root. For word problems, name the unknown before you write anything else.

\[ \text{brackets} \to \text{collect} \to +\,- \to \times\,\div \to \text{check} \]

You now know how to:


Test yourself with the quiz below.