Prime factorisation
Take any whole number greater than . We claim you can write it as a product of primes , and there is essentially only one way to do so. This is one of the most powerful ideas in all of arithmetic.
Concept
The prime factorisation of a number is its expression as a product of prime numbers. For example:
- (a prime number is its own prime factorisation)
The Fundamental Theorem of Arithmetic says: every whole number greater than has a prime factorisation, and the factorisation is unique (apart from the order in which the primes are written).
Method 1: Repeated division
The most common method is repeated division by primes:
- Find the smallest prime that divides . Write it down. Divide.
- With the new quotient, repeat , smallest prime that divides it.
- Keep going until the quotient is .
For :
- .
- .
- .
- .
So .
Method 2: Factor tree
A more visual method is the factor tree. Split into any factor pair, then split each factor that is composite into its own factor pair, and keep going until every branch ends in a prime.
For :
60
/ \
6 10
/ \ / \
2 3 2 5
Reading the leaves: .
It doesn't matter how you start the tree , you always end with the same multiset of primes (by uniqueness).
Using prime factorisation
Once a number is in prime factor form, you can:
- Count its factors. If , then it has factors.
- Find its HCF and LCM with another number , by taking minimum or maximum of each prime's power.
- Test if it is a perfect square, a perfect cube, or so on (all exponents must be multiples of , of , etc.).
Prime factorisation is the secret weapon for many arithmetic questions.
Worked examples
Example 1. Find the prime factorisation of .
- .
- .
- .
- .
- .
Example 2. Find the prime factorisation of .
- , , , , , .
- .
Example 3. How many factors does have?
- .
- Number of factors: factors.
- (List: .)
Example 4. Is a perfect square?
- . The power of is , odd.
- For a perfect square, every prime power must be even.
- is not a perfect square.
Example 5. The prime factorisation of a number is . What number is it?
- .
Try it yourself
- Find the prime factorisation of .
- Find the prime factorisation of .
- How many factors does have?
- Is a perfect square? Is ?
- The prime factorisation of a number is . What is the number?
- Write the prime factorisation of .
- List two numbers whose prime factorisation contains only the prime .
- Investigate: find a number with exactly factors. Is there more than one?
Activity
Factor-tree race. Pick a number between and . Draw a factor tree to find its prime factorisation. Now redraw the tree, but start with a different factor pair at the top. The tree will look different, but the leaves should be the same set of primes. Try this with three different starting splits. This is the "uniqueness" of prime factorisation in action.