1. Algebraic Expressions
Algebra uses letters (variables) to represent unknown numbers. Before solving equations, you must be able to simplify, expand, and factorise algebraic expressions.
Simplifying — Collecting Like Terms
e.g. 3x² and −5x² are like terms. 3x² and 3x are NOT like terms.
📐 Worked Example 1 — Simplify
Simplify: 5x² − 3x + 2x² + 7x − 4
x² terms: 5x² + 2x² = 7x²
x terms: −3x + 7x = 4x
constants: −4
Expanding Brackets
a(b + c) = ab + ac
Double brackets (FOIL): Multiply each term in the first bracket by each term in the second.
(a + b)(c + d) = ac + ad + bc + bd
📐 Worked Example 2 — Expanding Double Brackets
Expand and simplify: (2x + 3)(x − 5)
2x × x = 2x²
2x × (−5) = −10x
3 × x = 3x
3 × (−5) = −15
2x² − 10x + 3x − 15 = 2x² − 7x − 15
Special Expansions to Memorise
Perfect Square (+)
Perfect Square (−)
Difference of Squares
Factorisation
Factorisation is the reverse of expansion. There are four key methods:
| Method | When to Use | Example |
|---|---|---|
| Common Factor | All terms share a common factor. | 6x² + 9x = 3x(2x + 3) |
| Grouping | Four terms that can be grouped in pairs. | ax + ay + bx + by = a(x+y) + b(x+y) = (a+b)(x+y) |
| Quadratic Trinomial | Expression of the form ax² + bx + c. | x² + 5x + 6 = (x + 2)(x + 3) |
| Difference of Squares | Expression of the form a² − b². | 9x² − 16 = (3x + 4)(3x − 4) |
📐 Worked Example 3 — Factorising a Quadratic
Factorise: 2x² + 7x + 3
1 × 6 = 6 and 1 + 6 = 7 ✓
2x² + x + 6x + 3
x(2x + 1) + 3(2x + 1) = (x + 3)(2x + 1)
2. Indices (Laws of Indices)
1. aᵐ × aⁿ = aᵐ⁺ⁿ (multiply → add powers)
2. aᵐ ÷ aⁿ = aᵐ⁻ⁿ (divide → subtract powers)
3. (aᵐ)ⁿ = aᵐⁿ (power of a power → multiply)
4. a⁰ = 1 (anything to the power 0 = 1, a ≠ 0)
5. a⁻ⁿ = 1/aⁿ (negative power = reciprocal)
6. a^(1/n) = ⁿ√a (fractional power = root)
7. a^(m/n) = ⁿ√(aᵐ) = (ⁿ√a)ᵐ (fractional power = root and power)
📐 Worked Example 4 — Indices
Evaluate: (a) 27^(2/3) (b) 16^(−3/4)
³√27 = 3, then 3² = 9
Answer: 27^(2/3) = 9
16^(3/4) = (⁴√16)³ = 2³ = 8
So: 16^(−3/4) = 1/8
Simplifying Expressions with Indices
📐 Worked Example 5 — Simplify Algebraic Indices
Simplify: (a) (3x²y)³ (b) (4a³b²) ÷ (2a⁻¹b⁴)
3³ × (x²)³ × y³ = 27x⁶y³
(4 ÷ 2) × a³⁻⁽⁻¹⁾ × b²⁻⁴
= 2 × a⁴ × b⁻²
= 2a⁴/b²
3. Linear Equations
A linear equation contains variables to the first power only (no x², x³, etc.). The goal is to isolate the unknown on one side.
📐 Worked Example 6 — Solving Linear Equations
Solve: (a) 3(2x − 1) = 4x + 7 (b) (x+3)/4 − (2x−1)/3 = 1
6x − 3 = 4x + 7
6x − 4x = 7 + 3
2x = 10 → x = 5
3(x+3) − 4(2x−1) = 12
3x + 9 − 8x + 4 = 12
−5x + 13 = 12
−5x = −1 → x = 1/5
Inequalities
| Symbol | Meaning | Example |
|---|---|---|
| > | Greater than | x > 3 means x can be 3.1, 4, 100, ... |
| < | Less than | x < −2 means x can be −3, −100, ... |
| ≥ | Greater than or equal to | x ≥ 5 includes 5 itself |
| ≤ | Less than or equal to | x ≤ 0 includes 0 itself |
📐 Worked Example 7 — Solving Inequalities
Solve and list the integer solutions: −3 < 2x − 1 ≤ 7
−3 + 1 < 2x ≤ 7 + 1
−2 < 2x ≤ 8
−1 < x ≤ 4
x = 0, 1, 2, 3, 4
4. Simultaneous Equations (Linear)
Two equations with two unknowns. We find the values of both unknowns that satisfy both equations at the same time. Two methods: elimination and substitution.
📐 Worked Example 8 — Elimination Method
Solve: 3x + 2y = 16 and 5x − 2y = 8
(3x + 2y) + (5x − 2y) = 16 + 8
8x = 24 → x = 3
3(3) + 2y = 16 → 9 + 2y = 16 → 2y = 7 → y = 3.5
Answer: x = 3, y = 3.5
📐 Worked Example 9 — Substitution Method
Solve: y = 2x − 1 and 3x + 4y = 18
3x + 4(2x − 1) = 18
3x + 8x − 4 = 18
11x = 22 → x = 2
Use elimination when coefficients of one variable can be made equal by multiplying.
Use substitution when one equation already has a variable isolated (e.g. y = ... or x = ...).
Always check your answer in BOTH original equations.
Word Problems — Setting Up Simultaneous Equations
📐 Worked Example 10 — Real World Problem
5 pens and 3 notebooks cost $14.10. 2 pens and 4 notebooks cost $11.40. Find the cost of one pen and one notebook.
5p + 3n = 1410 ... (1)
2p + 4n = 1140 ... (2)
10p + 6n = 2820
10p + 20n = 5700
Subtract: 14n = 2880 → n = 180 (180 cents = $1.80)
Pen = $1.74, Notebook = $1.80
5. Formulae — Substitution and Rearrangement
Substituting into Formulae
📐 Worked Example 11 — Substitution
Given that v² = u² + 2as, find v when u = 3, a = −4, s = 5.
v² = 3² + 2(−4)(5) = 9 − 40 = −31
Rearranging Formulae (Changing the Subject)
To make a different variable the subject, apply the same rules as solving equations — inverse operations, maintaining balance.
📐 Worked Example 12 — Rearranging Formulae
Make r the subject of: A = πr²h
A/(πh) = r²
r = √(A/πh)
📐 Worked Example 13 — Rearranging (variable appears twice)
Make x the subject of: 3(x + a) = b(x − 2)
3x + 3a = bx − 2b
3x − bx = −2b − 3a
x(3 − b) = −2b − 3a
x = (−2b − 3a) / (3 − b)
6. Algebraic Fractions
Algebraic fractions follow the same rules as numerical fractions — but require factorisation to simplify and find common denominators.
Simplifying Algebraic Fractions
📐 Worked Example 14 — Simplify Algebraic Fractions
Simplify: (x² − 9) / (x² + x − 6)
x² − 9 = (x + 3)(x − 3)
x² + x − 6 = (x + 3)(x − 2)
(x + 3)(x − 3) / (x + 3)(x − 2) = (x − 3)/(x − 2)
Adding and Subtracting Algebraic Fractions
📐 Worked Example 15 — Adding Algebraic Fractions
Simplify: 3/(x+1) + 2/(x−2)
3(x−2)/[(x+1)(x−2)] + 2(x+1)/[(x+1)(x−2)]
= [3x − 6 + 2x + 2] / [(x+1)(x−2)]
= (5x − 4) / [(x+1)(x−2)]
📝 Exam Practice Questions
Q1 [2 marks] — Expand and simplify: (3x − 4)²
(3x − 4)² = (3x)² − 2(3x)(4) + 4²
= 9x² − 24x + 16
Q2 [2 marks] — Factorise completely: 12x²y − 8xy²
HCF of 12x²y and 8xy² = 4xy
4xy(3x − 2y)
Q3 [2 marks] — Evaluate: 125^(−2/3)
125^(2/3) = (³√125)² = 5² = 25
125^(−2/3) = 1/25 = 0.04
Q4 [3 marks] — Solve the inequality 3 − 2x < 7. List all integer solutions where x is also greater than −3.
3 − 2x < 7
−2x < 4
x > −2 (divide by −2, reverse sign)
Combined with x > −3: x > −2
Integer solutions: −1, 0, 1, 2, 3, ... (infinite, or state x > −2, x integer)
Q5 [4 marks] — Solve the simultaneous equations: 4x + 3y = 1 and 3x − y = 10
Multiply equation 2 by 3: 9x − 3y = 30
Add to equation 1: 4x + 3y + 9x − 3y = 1 + 30
13x = 31 → x = 31/13? Let me use substitution instead.
From eq 2: y = 3x − 10. Substitute into eq 1:
4x + 3(3x − 10) = 1 → 4x + 9x − 30 = 1 → 13x = 31
x = 31/13... Let me re-check: 4x + 3y = 1, 3x − y = 10.
From eq 2: y = 3x − 10. Sub: 4x + 3(3x−10)=1 → 13x−30=1 → 13x=31 → x = 31/13...
✦ Cleaner version using elimination:
Multiply eq 2 by 3: 9x − 3y = 30. Add to eq 1:
13x = 31 → x = 31/13. Sub back: y = 3(31/13) − 10 = 93/13 − 130/13 = −37/13
x = 31/13, y = −37/13
Q6 [3 marks] — Make h the subject of: V = ⅓πr²h
Multiply both sides by 3: 3V = πr²h
Divide both sides by πr²:
h = 3V / (πr²)
Q7 [3 marks] — Make x the subject of: p = (x + q) / (x − r)
Multiply both sides by (x − r): p(x − r) = x + q
Expand: px − pr = x + q
Collect x terms: px − x = q + pr
Factorise: x(p − 1) = q + pr
x = (q + pr) / (p − 1)
Q8 [3 marks] — Simplify: (2x² + x − 3) / (x² − 1)
Factorise numerator: 2x² + x − 3 = (2x + 3)(x − 1)
Factorise denominator: x² − 1 = (x + 1)(x − 1)
Cancel (x − 1):
(2x + 3) / (x + 1)