Prime factorisation
Every integer greater than 1 has a unique prime factorisation β find it using a factor tree or repeated division.
A prime number has exactly two factors: 1 and itself. The first few primes are 2, 3, 5, 7, 11, 13, 17, 19, 23 β¦
Prime factorisation expresses any integer greater than 1 as a product of primes. The AQA spec calls this the unique factorisation theorem β there is exactly one such product (up to ordering).
Method β factor tree for 360:
So .
Always write the answer in index (power) notation, with the prime bases in ascending order. AQA mark schemes require this form.
Always divide by the smallest prime first (usually 2, then 3, then 5, ...).
Stop dividing when you reach a prime β it cannot be factorised further.
Write repeated factors in index form: .
Check your answer by multiplying all the prime factors back together.
Common pitfall
Including 1 as a prime factor. 1 is not a prime number β the definition requires exactly two distinct factors.