You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Expanding brackets and factorising are two of the most important algebraic skills in AQA GCSE Mathematics. They are essentially opposite operations: expanding removes brackets from an expression, while factorising puts them in. Mastering both skills is essential for solving equations, simplifying expressions, and tackling quadratics at every grade level.
To expand a single bracket, multiply every term inside the bracket by the term outside.
a(b + c) = ab + ac
Expand: 3(2x + 5)
Multiply each term inside the bracket by 3:
Answer: 6x + 15
Expand: -2(4y - 3)
Multiply each term inside the bracket by -2:
Answer: -8y + 6
Exam Tip: Take extra care with negative signs when expanding. The most common error is forgetting that a negative multiplied by a negative gives a positive.
Expand and simplify: 3(x + 4) + 2(x - 1)
Expand each bracket:
Collect like terms: 3x + 2x + 12 - 2 = 5x + 10
When multiplying two brackets together, every term in the first bracket must be multiplied by every term in the second bracket. A helpful method is FOIL: First, Outside, Inside, Last.
(a + b)(c + d) = ac + ad + bc + bd
flowchart LR
A["(a + b)(c + d)"] --> B[First: a x c]
A --> C[Outside: a x d]
A --> D[Inside: b x c]
A --> E[Last: b x d]
B --> F[ac + ad + bc + bd]
C --> F
D --> F
E --> F
F --> G[Collect like terms]
Expand: (x + 3)(x + 5)
Combine: x^2 + 5x + 3x + 15 = x^2 + 8x + 15
Expand: (2x - 1)(x + 4)
Combine: 2x^2 + 8x - x - 4 = 2x^2 + 7x - 4
(x + a)^2 means (x + a)(x + a). Do not simply square each term individually.
Expand: (x + 3)^2
Write as: (x + 3)(x + 3)
Combine: x^2 + 6x + 9
Exam Tip: A very common mistake is to write (x + 3)^2 = x^2 + 9. This is WRONG. You must expand using FOIL. The correct answer is x^2 + 6x + 9 — there is always a middle term.
For Higher tier, you may need to expand three brackets. The strategy is to expand two brackets first, then multiply the result by the third bracket.
Expand: (x + 1)(x + 2)(x + 3)
Step 1 — Expand the first two brackets: (x + 1)(x + 2) = x^2 + 2x + x + 2 = x^2 + 3x + 2
Step 2 — Multiply by the third bracket: (x^2 + 3x + 2)(x + 3)
= x^2 x x + x^2 x 3 + 3x x x + 3x x 3 + 2 x x + 2 x 3
= x^3 + 3x^2 + 3x^2 + 9x + 2x + 6
= x^3 + 6x^2 + 11x + 6
Factorising is the reverse of expanding. To factorise an expression into a single bracket, find the highest common factor (HCF) of all terms and place it outside the bracket.
Factorise: 6x + 15
HCF of 6 and 15 is 3.
6x / 3 = 2x and 15 / 3 = 5
Answer: 3(2x + 5)
Factorise: 4x^2 - 10x
HCF of 4x^2 and 10x is 2x.
4x^2 / 2x = 2x and -10x / 2x = -5
Answer: 2x(2x - 5)
Exam Tip: Always check your factorisation by expanding the bracket back out. If you get the original expression, your factorisation is correct.
When two square terms are subtracted, the expression factorises into a special pattern:
a^2 - b^2 = (a + b)(a - b)
Factorise: x^2 - 25
Recognise that x^2 = (x)^2 and 25 = (5)^2
Answer: (x + 5)(x - 5)
Factorise: 4y^2 - 9
Recognise that 4y^2 = (2y)^2 and 9 = (3)^2
Answer: (2y + 3)(2y - 3)
A quadratic expression has the form ax^2 + bx + c. To factorise it into two brackets:
Find two numbers that multiply to give c and add to give b.
Factorise: x^2 + 7x + 12
Find two numbers that multiply to 12 and add to 7: 3 and 4.
Answer: (x + 3)(x + 4)
Factorise: x^2 - 2x - 15
Find two numbers that multiply to -15 and add to -2: -5 and +3.
Answer: (x - 5)(x + 3)
Use the ac method: multiply a and c, find two numbers that multiply to ac and add to b, then split the middle term and factorise by grouping.
Factorise: 2x^2 + 7x + 3
Step 1: a x c = 2 x 3 = 6
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.