Library International Mathematics 0607 Expanding & Factorising Brackets
O Level · International Mathematics 0607

Expanding & Factorising Brackets

Revise Expanding & Factorising Brackets for International Mathematics 0607 (O Level) — revision notes and instant AI marking. Free to start.

📖 Revision notes · preview
Cambridge (CIE) IGCSE — International Maths Extended

Expanding & Factorising Brackets

The big idea: Expanding removes brackets by multiplying everything out; factorising is the exact reverse — it puts an expression back into brackets. Once you can do both fluently, you can flip between the two forms whenever a problem needs it.

📋 Summary — What This Chapter Covers

  • Expanding single brackets — multiplying one term by everything inside a bracket, e.g. 3x(x+2)
  • Expanding double brackets — using FOIL or a grid to multiply two brackets together
  • Expanding triple brackets — expand two brackets first, then multiply the result by the third
  • Factorising out terms — pulling the highest common factor (HCF) out to the front
  • Factorising by grouping — splitting a 4-term expression into two pairs, each with its own common factor
  • Factorising simple quadratics (where a = 1) — finding two numbers that multiply to c and add to b
  • Factorising harder quadratics (where a ≠ 1) — using the "multiply ac, add to b" trick plus grouping
  • Difference of two squares — spotting a² − b² and instantly factorising to (a+b)(a−b)
  • Deciding which method to use — a decision process for any factorising question you're handed

1. Expanding Single Brackets

Think of the term outside the bracket as a "delivery van" — it has to visit every single term inside the bracket and multiply with it. Nothing inside gets left out.

3x(x + 2) means "3x multiplied by the whole bracket (x + 2)." So 3x multiplies the x, AND 3x multiplies the 2.

Rule a(b + c) = a×b + a×c
In words: multiply the outside term by EACH term inside, then simplify.

Watch the signs!

This is where most marks are lost. Remember:

  • − × − = + (two negatives make a positive)
  • − × + = − (a negative and a positive make a negative)
Tip that saves marks
It genuinely helps to put brackets around negative terms in your working, e.g. write 4x × (−3) instead of 4x × −3. It stops sign errors creeping in when you're moving fast.
Worked Example

Expand −7x(4 − 5y)

Multiply −7x by each term inside:
(−7x) × 4  +  (−7x) × (−5y)
= −28x  +  35xy   (negative × negative = positive)
Answer: −28x + 35xy

Expand & Simplify (multiple brackets added together)

Sometimes you'll be given two separate bracket expressions added or subtracted, like 4(x + 7) + 5x(3 − x). The process is simple: expand each bracket completely separately first, then collect like terms at the end.

Worked Example

Expand and simplify 3x(x + 2) − 7(x − 6)

Expand each bracket separately (careful — the second bracket has −7 in front, not +7):
3x × x + 3x × 2 + (−7) × x + (−7) × (−6)
= 3x² + 6x − 7x + 42
Collect like terms (6x and −7x):
Answer: 3x² − x + 42
Practice Question 1
Expand and simplify: 2(x + 5) + 3x(x − 8)
Practice Question 2
Expand: −5x(3x − 4y)

2. Expanding Double Brackets

Now the "delivery van" idea doubles up: every term in the first bracket has to multiply every term in the second bracket. For two brackets each with 2 terms, that's always 4 multiplications in total.

Method 1: Using a grid

Write one bracket's terms as row headings and the other's as column headings. Multiply row × column in each cell, then add everything inside the grid together.

Example grid for (x + 1)(x + 3)
x+1
xx
+33x3
Add it all up: x² + x + 3x + 3 → collect like terms → x² + 4x + 3

Method 2: FOIL

FOIL is just a memory trick for the same 4 multiplications, done in a fixed order:

FOIL stands for
First — multiply the first terms in each bracket
Outside — multiply the outermost two terms
Inside — multiply the innermost two terms
Last — multiply the last terms in each bracket
Worked Example

Expand (2x − 3)(x + 4) using FOIL

F: 2x × x = 2x²
O: 2x × 4 = 8x
I: (−3) × x = −3x
L: (−3) × 4 = −12
Add together: 2x² + 8x − 3x − 12
Answer: 2x² + 5x − 12
Multiple variables? Same rules apply!
For example, (3x + 2y)(4x − 6y) expands to 12x² − 18xy + 8xy − 12y². Only combine terms that are genuinely "like" each other — here the two xy terms combine, giving 12x² − 10xy − 12y².

Squared brackets — a classic trap

Common mistake
(x + y)² is NOT the same as x² + y². You must always write it out as two brackets first: (x + y)(x + y), then expand properly.
Worked Example

Expand (2x + 3)²

Rewrite as (2x + 3)(2x + 3)
FOIL: 2x×2x + 2x×3 + 3×2x + 3×3
= 4x² + 6x + 6x + 9
Answer: 4x² + 12x + 9
Practice Question 3
Expand (x − 3)(3x − 5) using FOIL
Practice Question 4
Expand (3r + 2t)(5t − 8r)

3. Expanding Triple Brackets

Three brackets multiplied together looks scary, but it breaks down into a task you already know how to do — twice.

Strategy
1️⃣ Pick any two of the three brackets and expand + simplify them normally.
2️⃣ You now have a single bracket (e.g. a quadratic) multiplied by the third, leftover bracket.
3️⃣ Multiply every term of that quadratic by every term of the remaining bracket (a grid is great here).
4️⃣ Collect like terms to get your final, simplified cubic expression.
Worked Example

Expand (2x − 3)(x + 4)(3x − 1)

Step 1 — expand the first two brackets: (2x − 3)(x + 4) = 2x² + 5x − 12
Step 2 — rewrite the whole expression: (2x² + 5x − 12)(3x − 1)
Step 3 — use a grid, multiplying every term:
3x−1
2x²6x³−2x²
5x15x²−5x
−12−36x12
Add all six terms: 6x³ − 2x² + 15x² − 5x − 36x + 12
Answer: 6x³ + 13x² − 41x + 12
Why this works
It doesn't matter which two brackets you expand first — the answer comes out the same either way. Pick whichever pair looks easiest to multiply (often the two with the simplest numbers).
Practice Question 5
Expand (x + 2)(x − 1)(x + 5)

4. Factorising Out Terms (Basic Factorising)

Factorising is expanding in reverse. Instead of removing brackets, you're putting an expression back into brackets by pulling out whatever is common to every term.

What "factorised" means
3(x + 2) is factorised — it's written as a product of factors.
3x + 6 is not factorised — it's still an expanded sum.

Step-by-step method

  1. Find the highest common factor (HCF) of the numbers in each term.
  2. Find the highest common factor of the algebra letters (the lowest power of each letter that appears in every term).
  3. Multiply these together to get the overall HCF.
  4. Write the HCF outside a bracket, and divide each original term by the HCF to find what goes inside.
Worked Example

Factorise fully 5x⁴y + 25x³y³

HCF of 5 and 25 → 5
HCF of x⁴ and x³ → x³  (the lowest power that both share)
HCF of y and y³ → y
Overall HCF = 5x³y
5x⁴y ÷ 5x³y = x     25x³y³ ÷ 5x³y = 5y²
Answer: 5x³y(x + 5y²)
Exam tip
"Factorise" always means factorise FULLY. x(6x + 10) is only partially factorised — 6 and 10 still share a common factor of 2. The full answer is 2x(3x + 5). Always double-check the bracket contents can't be broken down further!
Practice Question 6
Factorise fully: 30x² − 24x
Practice Question 7
Factorise fully: 2a³b − 4a²b²

5. Factorising by Grouping

This method is for expressions with 4 terms that don't all share one common factor, but split neatly into two pairs that each have their own common factor — and once you factorise each pair, they reveal a matching bracket that can be pulled out too.

The idea
3x(t + 4) + 2(t + 4) — both terms share the bracket (t + 4), so it can be "taken out" just like a common factor: (t + 4)(3x + 2)

Step-by-step method

  1. Look at the 4 terms and find a common factor between the first two.
  2. Find a common factor between the last two.
  3. Factorise each pair separately — you should now see the same bracket in both.
  4. Factorise that matching bracket out to finish.
Worked Example

Factorise ab + 3b + 2a + 6

ab and 3b share a factor of b. 2a and 6 share a factor of 2.
b(a + 3) + 2(a + 3)
Both terms now share the bracket (a + 3):
Answer: (a + 3)(b + 2)
Order doesn't matter
You can often rearrange the same four terms and group them differently — you'll still land on the same final answer (just with the brackets possibly swapped around). If your first grouping attempt doesn't reveal a matching bracket, try rearranging the terms and grouping again.
Practice Question 8
Factorise: xy + 5y + 3x + 15

6. Factorising Simple Quadratics (a = 1)

A quadratic in the form x² + bx + c factorises into two brackets: (x + p)(x + q). Your job is to find the mystery numbers p and q.

The golden rule Find two numbers that MULTIPLY to give c, and ADD to give b
Worked Example — factorising by inspection (fastest method!)

Factorise x² − 4x − 21

Need two numbers that multiply to −21 and add to −4
Try the factor pairs of 21: (1,21), (3,7)... with one negative: +3 and −7 work!
Check: 3 × (−7) = −21 ✓   3 + (−7) = −4 ✓
Answer: (x + 3)(x − 7)

Alternative: factorise by grouping

If inspection feels tricky, split the middle term using your two numbers, then group in pairs — exactly like Topic 5.

Worked Example

Factorise x² − 5x + 6

Need two numbers that multiply to 6, add to −5 → −3 and −2
Split the middle term: x² − 2x − 3x + 6
Group: x(x − 2) − 3(x − 2)
Answer: (x − 2)(x − 3)
Which method should I use?
Inspection (spot the two numbers, write the brackets directly) is by far the quickest for simple quadratics — use it as your default in exams. Grouping is a great backup if you're not confident spotting the numbers straight away, or if you want to double-check your inspection answer.
Practice Question 9
Factorise: x² − 2x − 24
Practice Question 10
Factorise: x² + 8x + 15

7. Factorising Harder Quadratics (a ≠ 1)

When the quadratic starts with a coefficient other than 1, e.g. 4x² − 25x − 21, the "multiply/add" trick still works — but you multiply a × c instead of just c.

The golden rule (upgraded) Find two numbers that MULTIPLY to give a×c, and ADD to give b
Then split the middle term using those two numbers, and factorise by grouping.
Worked Example

Factorise 6x² − 7x − 3

a×c = 6 × (−3) = −18. Need two numbers multiplying to −18, adding to −7 → −9 and +2
Split the middle term: 6x² + 2x − 9x − 3
Group: 2x(3x + 1) − 3(3x + 1)
Answer: (3x + 1)(2x − 3)

Or use a grid instead of grouping

Split the middle term the same way, but arrange the four terms in a 2×2 grid (like reversing the expanding grid) and read the row/column headings off as your two brackets.

Practice Question 11
Factorise: 10x² + 9x − 7
Practice Question 12
Factorise: 3x² + 15x + 18 (hint: check for a common factor first!)

8. Difference of Two Squares

This is a shortcut pattern worth memorising cold — when you spot it, you can factorise (or expand) almost instantly without any of the "find two numbers" work above.

The rule a² − b² = (a + b)(a − b)
This only works when it's a SUBTRACTION of two perfect squares — never a sum.

Proof it works — just expand the right-hand side:

Why the rule is true
(a + b)(a − b) = a² − ab + ba − b²
The middle terms −ab and +ba cancel out completely
= a² − b² ✓
Worked Example

Factorise 9x² − 16

Recognise both terms are perfect squares: 9x² = (3x)² and 16 = (4)²
Apply a² − b² = (a+b)(a−b)
Answer: (3x + 4)(3x − 4)
Don't forget the common factor step!
2y² − 50 doesn't look like a difference of two squares at first glance. But take out the common factor of 2 first: 2(y² − 25) — now y² − 25 = y² − 5² is clearly recognisable, giving 2(y + 5)(y − 5).
Also works in reverse — for fast expanding!
Brackets of the form (a + b)(a − b) expand instantly to a² − b² — no need for full FOIL. E.g. (2x + 3)(2x − 3) = 4x² − 9 in one line.
Practice Question 13
Factorise: 4r² − t⁴
Practice Question 14
Factorise fully: a⁴ − b⁴ (hint: you may need to apply the rule twice!)

9. Deciding Which Factorisation Method to Use

In the exam you won't be told which method to use — you have to recognise the type of expression yourself. Here's the decision process, step by step:

Decision Flow
Only 2 terms?
  → Common factor visible? → Factorise out the HCF (Topic 4)
  → Looks like a² − b² (subtraction of two squares)? → Difference of two squares (Topic 8)

3 terms (a quadratic)?
  → Starts with x² (a = 1)? → Factorise simple quadratic (Topic 6)
  → Starts with ax² (a ≠ 1)? → Check for a common factor first, THEN factorise harder quadratic (Topic 7)

4 terms?
  → Factorise by grouping (Topic 5)

A cubed term (x³) present?
  → Factorise out the common factor first (often just x), then factorise the remaining quadratic

How do I know FOR SURE if it will factorise?

For ax² + bx + c, check the discriminant:

Discriminant test b² − 4ac
If this comes out as a perfect square number (0, 1, 4, 9, 16, 25...), the quadratic will factorise nicely into integers.
Worked Example

Factorise −8x² + 100x − 48

Spot the common factor of −4 first: −4(2x² − 25x + 12)
Check b² − 4ac = (−25)² − (4×2×12) = 625 − 96 = 529 = 23² ✓ (a perfect square, so it factorises)
a×c = 2×12 = 24. Numbers multiplying to 24, adding to −25 → −24 and −1
2x² − 24x − x + 12 → 2x(x−12) − 1(x−12) → (2x−1)(x−12)
Answer: −4(2x − 1)(x − 12)
Critical mistake to avoid
You can only divide an equation by a number on both sides. You can NEVER just "divide" an expression by a number to simplify it — 2x² + 4x + 2 does NOT become x² + 2x + 1 unless you factorise out the 2 properly and KEEP it: 2(x² + 2x + 1).
Practice Question 15
Factorise fully: x³ − 3x² − 10x

🧠 What To Memorise

Term / RuleMeaning
ExpandMultiply out brackets to remove them, producing a sum of terms
FactoriseThe reverse of expanding — write an expression as a product of factors (brackets)
Highest Common Factor (HCF)The biggest factor shared by every term — numbers AND letters
a(b + c) = ab + acSingle bracket expansion rule
FOILFirst, Outside, Inside, Last — order for expanding two brackets
Simple quadratic (a=1)Find 2 numbers: multiply → c, add → b
Harder quadratic (a≠1)Find 2 numbers: multiply → a×c, add → b, then split & group
a² − b² = (a+b)(a−b)Difference of two squares — subtraction of perfect squares only
Discriminant: b² − 4acIf this is a perfect square, the quadratic factorises into integers
(x + a)² factorised formx² + 2ax + a² = (x + a)² — spot this pattern to save time

✅ Concepts Checklist

Tick off each concept once you're confident you could explain it to someone else, no notes needed.

🎯 Exam Tips & Common Mistakes

Always check your work by expanding back
Once you've factorised something, expand your answer by hand. If you get back to the original expression, you know it's correct. This takes 20 seconds and can save you a whole mark.
"Factorise" means factorise FULLY
Examiners specifically look for the FULL factorisation. x(6x + 10) will lose you marks — the correct fully factorised answer is 2x(3x + 5). Always check whether the bracket contents share a further common factor.
Sign errors are the #1 mistake
Put brackets around negative terms before multiplying, and always double-check − × − = + and − × + = −. This single habit prevents most of the errors students make in this topic.
For harder quadratics — check for a common factor FIRST
Before doing the full "multiply ac, add b" process, always scan for a common factor across all terms (like the −4 in −8x² + 100x − 48). Factoring that out first makes the remaining numbers much smaller and easier to work with.
Difference of two squares — the trap
a² − b² = (a+b)(a−b) works ONLY for subtraction. There is no equivalent factorisation for a² + b² — it simply cannot be factorised over normal numbers. Don't try to force it!
Typical exam question patterns
  • "Expand and simplify..." (single or double brackets, sometimes with two expressions added)
  • "Factorise..." (2, 3, or 4-term expressions — you must identify the right method yourself)
  • "Factorise fully..." (checking you spot ALL common factors, not just some)
  • Multi-step problems combining factorising with solving equations or simplifying fractions
  • Difference of two squares disguised with a common factor, e.g. 2y² − 50
Revision guide built from Cambridge (CIE) IGCSE International Maths: Extended — Expanding & Factorising Brackets.
Works fully offline. Click any "Show Answer" button to reveal worked solutions.
🔓 Read the full Expanding & Factorising Brackets note — free You're seeing the preview · free account, no card needed
Also in the full note
  • 🎯 Exam Tips & Common Mistakes
  • Expand & Simplify (multiple brackets added together)
What's inside
📖 Revision notes 🎯 Learn mode ✦ AI flashcards ✓ Instant AI marking 🧊 3D explorers 🧪 Experiments & simulations 📈 Progress tracking
📄 Practise Expanding & Factorising Brackets with International Mathematics 0607 past papers Every paper with its mark scheme — answer online, marked instantly. Open →

Read the full Expanding & Factorising Brackets notes free

That's the preview — create a free account to read the rest, plus flashcards and practice questions with instant AI marking. No credit card.

Unlock the full notes free →

More International Mathematics topics