Launching your learning experience…
Detailed notes on Algebra for Cambridge IGCSE Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
The reverse of expanding. Pull out common factors, recognise difference of two squares, factorise quadratics and group four-term expressions. The skill that unlocks solving quadratics, simplifying algebraic fractions and surds.
Mapped to the Cambridge IGCSE 0580 syllabus (2025-2027).
Always the first move. Find the HCF of every term and factor it out.
Before any other technique, look for what's common to every term: a number, a letter, or both.
Worked. Factorise 6x+9.
Worked. Factorise 4x2−12x.
Worked. Factorise 15a3b−9a2b2+6ab.
Always check by expanding the result — it should match the original.
If you see a2−b2, factorise to (a+b)(a−b) instantly.
Pattern: a2−b2=(a+b)(a−b).
Spot the signature:
Worked. Factorise x2−25.
Worked. Factorise 9x2−16.
With a common factor first. Always pull out the HCF before checking for DOTS.
Worked. Factorise 8x2−32.
Find two numbers that ADD to b and MULTIPLY to c.
For a monic quadratic (a=1): x2+bx+c=(x+p)(x+q) where p+q=b and pq=c.
Worked. Factorise x2+7x+12.
Worked. Factorise x2−8x+15.
Worked. Factorise x2+2x−15.
Sign rules.
Multiply a⋅c, find two numbers that add to b and multiply to that, then split-the-middle.
AC method (split-the-middle).
Worked. Factorise 2x2+7x+3.
Worked. Factorise 3x2−10x+8.
Tip. When grouping doesn't work, you've split the middle wrong — re-check signs.
Pair them up. Pull out the common factor from each pair. The remaining bracket should match.
Worked. Factorise ax+bx+ay+by.
Worked. Factorise 6xy−9y+4x−6.
If the bracket from each pair doesn't match, try regrouping. Sometimes you need to swap two adjacent terms.
Verbatim phrases and definitions Cambridge mark schemes credit.
Factorisation appears on every paper. Paper 2 has 1-2 mark single-skill questions ('factorise x2−49', 'factorise x2+7x+10'). Paper 4 uses factorisation as a step inside solving quadratics or simplifying algebraic fractions (3-5 marks total). Examiner reports flag forgetting the HCF first and miscounting the sign on the middle term as recurring slips.
Sources: Cambridge IGCSE Mathematics 0580 syllabus 2025-2027 (E2.5); 0580/22 May/Jun 2024 — Q12 (factorise quadratic); 0580/42 Oct/Nov 2024 — Q5 (factorise by grouping); 0580 Examiner Reports 2022-2024. Last reviewed 2026-05-05.
Step-by-step solutions to past-paper-style questions on factorisation, written exactly the way a tutor would explain them at the board.
Almost every factorisation exam question is one of these shapes. Learn to spot each one and you will always know how to start.
Recognise it by
A single instruction — factorise or factorise fully — on one expression, with no equation to solve.
How to approach it
Always take out the highest common factor first, then identify the structure: difference of two squares (a2−b2), a quadratic trinomial (find two numbers), grouping for four terms, or a perfect square. Re-expand to check.
Common trap
Stopping before the expression is fully factorised — 3(4x−6y) instead of 6(2x−3y). Examiner reports note 'factorise fully' is code for: scan the bracket for any remaining common factor.
Recognise it by
Two linked parts — factorise … then hence solve … — where the second part must reuse the first.
How to approach it
Factorise fully in part (a), then in part (b) set each factor equal to zero (a constant factor never gives a root) and read off the solutions.
Common trap
Ignoring the word hence and solving the equation by a fresh method. The mark scheme credits only the factorised-form route once hence is stated.
Question
Factorise fully 12x2y−18xy2.
Step-by-step solution
Step 1
Identify the largest factor common to both terms: HCF of 12 and 18 is 6, then take xy.
Common factor=6xy
Step 2
Divide each term by the common factor.
6xy12x2y=2x,6xy18xy2=3y
Step 3
Write as common factor times bracket.
12x2y−18xy2=6xy(2x−3y)
Answer
6xy(2x−3y)
Examiner tip
"Factorise fully" is examiner code for: don't stop until no further common factor exists. 3xy(4x−6y) scores 1/2 because 4x−6y has another factor of 2.
Question
Factorise 25x2−49.
Step-by-step solution
Step 1
Recognise both terms as squares.
25x2=(5x)2,49=72
Step 2
Apply a2−b2=(a+b)(a−b).
(5x+7)(5x−7)
Answer
(5x+7)(5x−7)
Question
Factorise x2−7x+12.
Step-by-step solution
Step 1
Find two numbers whose product is 12 and sum is −7: −3 and −4.
Step 2
Write as two brackets.
(x−3)(x−4)
Answer
(x−3)(x−4)
Examiner tip
Always check by re-expanding: (x−3)(x−4)=x2−4x−3x+12=x2−7x+12. ✓
Question
Factorise ax+ay+bx+by.
Step-by-step solution
Step 1
Group the first two and last two terms.
(ax+ay)+(bx+by)
Step 2
Factor each group.
=a(x+y)+b(x+y)
Step 3
Factor the common bracket.
=(x+y)(a+b)
Answer
(x+y)(a+b)
Question
Factorise 2x2+7x+3.
Step-by-step solution
Step 1
Multiply a⋅c=2⋅3=6. Find two numbers that multiply to 6 and add to 7: 1 and 6.
Step 2
Split the middle term.
2x2+1x+6x+3
Step 3
Group and factor.
x(2x+1)+3(2x+1)=(2x+1)(x+3)
Answer
(2x+1)(x+3)
Question
Factorise 15x+25.
Step-by-step solution
Step 1
The HCF of 15 and 25 is 5.
Step 2
Divide each term by 5 and write as a product.
15x+25=5(3x+5)
Answer
5(3x+5)
Examiner tip
Always check the bracket has no further common factor. 5(3x+5) is fully factorised because gcd(3,5)=1.
Question
Factorise fully 18x2−50.
Step-by-step solution
Step 1
Take out the common factor 2 first.
18x2−50=2(9x2−25)
Step 2
Recognise 9x2−25 as a difference of two squares: (3x)2−52.
Step 3
Apply a2−b2=(a+b)(a−b).
=2(3x+5)(3x−5)
Answer
2(3x+5)(3x−5)
Examiner tip
The 2024 mark scheme awards method marks for taking the common factor out first. Jumping straight to (18x)2−(50)2 leaves surds and loses the accuracy mark.
Question
Factorise x2+2x−15.
Step-by-step solution
Step 1
Find two numbers whose product is −15 and sum is +2. Try 5 and −3: 5×(−3)=−15, 5+(−3)=2. ✓
Step 2
Write as two brackets.
(x+5)(x−3)
Answer
(x+5)(x−3)
Examiner tip
The examiner report flags candidates often swap the signs and write (x−5)(x+3), which expands to x2−2x−15. Re-expand to verify the middle term matches.
Question
Factorise 2xy−6x−5y+15.
Step-by-step solution
Step 1
Group the first two and last two terms.
(2xy−6x)+(−5y+15)
Step 2
Factor each group. Take out −5 from the second group so the bracket matches.
=2x(y−3)−5(y−3)
Step 3
Factor the common bracket.
=(y−3)(2x−5)
Answer
(y−3)(2x−5)
Examiner tip
The examiner report flags candidates often take out +5 from −5y+15 and get (y+3) — wrong sign on the inner bracket. Taking out −5 matches the bracket from the first group.
Question
Factorise 9x2−24x+16.
Step-by-step solution
Step 1
Check whether the first and last terms are perfect squares: 9x2=(3x)2 and 16=42.
Step 2
Check the middle term: 2×3x×4=24x. The sign is −, so the bracket is (3x−4).
Step 3
Write as a square.
9x2−24x+16=(3x−4)2
Answer
(3x−4)2
Examiner tip
Examiners reward candidates who recognise the perfect-square pattern and avoid the splitting method. Always check the middle term equals 2ab before writing the squared bracket.
Question
Factorise x2−7 over the real numbers.
Step-by-step solution
Step 1
Although 7 is not a perfect square, x2−7 is still a difference of two squares: x2−(7)2.
Step 2
Apply a2−b2=(a+b)(a−b) with b=7.
=(x+7)(x−7)
Answer
(x+7)(x−7)
Examiner tip
The mark scheme accepts surd factors when the question asks to factorise over the reals. Leave the surds exact — converting 7 to a decimal loses the accuracy mark.
Question
Factorise fully 5(x+2)2−3(x+2).
Step-by-step solution
Step 1
Treat (x+2) as the common factor. Both terms contain it.
Step 2
Take out the lowest power: (x+2)1. The first term leaves 5(x+2); the second leaves −3.
5(x+2)2−3(x+2)=(x+2)[5(x+2)−3]
Step 3
Simplify the inner bracket.
=(x+2)(5x+10−3)=(x+2)(5x+7)
Answer
(x+2)(5x+7)
Examiner tip
A* candidates secure full marks by recognising the entire bracket (x+2) as a common factor. Expanding everything first and re-factorising the resulting trinomial is valid but wastes time and risks sign errors.
Question
(a) Factorise 3x2−12. (b) Hence solve 3x2−12=0.
Step-by-step solution
Step 1
(a) Take out the common factor 3 first.
3x2−12=3(x2−4)
Step 2
Apply the difference of two squares to the bracket.
=3(x+2)(x−2)
Step 3
(b) Set each factor equal to zero. The factor 3 never gives zero, so use (x+2)=0 or (x−2)=0.
x=−2 or x=2
Answer
(a) 3(x+2)(x−2) (b) x=±2
Examiner tip
The word "hence" signals you must use part (a). The mark scheme awards no credit for solving (b) by a separate method (e.g. quadratic formula) — you must use the factorised form.
The formulae you need to memorise for factorisation on the Cambridge IGCSE 0580 paper, with every variable defined in plain English and a note on when to use it.
a2−b2=(a+b)(a−b)
When to use
Whenever you spot a subtraction of two terms that are both perfect squares.
x2+(p+q)x+pq=(x+p)(x+q)
When to use
Use whenever the leading coefficient is 1 — find the two numbers and write the brackets.
a2±2ab+b2=(a±b)2
When to use
Recognise this when the first and last terms are perfect squares and the middle term is twice the product of their roots.
Definitions to memorise and the exact keywords mark schemes credit for factorisation answers — sharpened from recent examiner reports for the 2026 0580 sitting.
Rewrite an algebraic expression as a product of two or more factors.
Factorise until no further common factor or factorisable structure remains.
The largest expression that divides each given term exactly — found by taking the lower power of each shared variable and the HCF of the coefficients.
Example
HCF of 12x2y and 18xy2 is 6xy.
An expression of the form ax2+bx+c with a=0.
An expression of the form a2−b2, which always factors as (a+b)(a−b).
The traps other students keep falling into on factorisation questions — taken from recent Cambridge IGCSE 0580 examiner reports and mark schemes — and how to avoid them.
0580/42 — examiner reports each series
Why it happens
Students take out a partial common factor and stop, e.g. 3(4x−6y) instead of 6(2x−3y).
How to avoid it
After factoring, scan the bracket — if there's still a common factor, take it out.
Why it happens
a2+b2 does NOT factor over the reals; only a2−b2 does.
How to avoid it
Difference of two squares only — never sum of two squares.
Why it happens
Students find the right pair of numbers but assign the signs incorrectly.
How to avoid it
Always re-expand to check: (x+p)(x+q)=x2+(p+q)x+pq. Match coefficients.
0580 Extended — recurring
Why it happens
Inspection works for a=1; for a=1 it usually doesn't.
How to avoid it
Use the splitting method: find two numbers whose product is ac and sum is b.
The things students keep getting wrong in this sub-topic, answered.