Welcome! Today we're learning Prime Factorisation: The Procedure and Exponential Form — the skill that makes HCF and LCM problems fast and mechanical.
You know every composite number has a unique prime factorisation.
Now you need to actually find it — reliably and fast.
Here's why speed matters:
| Situation | Role of Factorisation |
|---|---|
| HCF problems | Sub-step |
| LCM problems | Sub-step |
| Decimal conversions | Sub-step |
Factorisation is rarely the main question — it's a tool you use inside bigger problems.
By the end of this section, you'll have:
We're starting with the basic method for prime factorisation.
Before worrying about notation or speed, you need a reliable procedure that always works — one that systematically extracts every prime factor.
The Repeated-Division Method:
The primes you divided by, with their repetitions, form the prime factorisation.
Factorise 1836 using repeated division.
Show each step — which prime you divide by and what quotient you get. Stop when you reach a prime quotient.
Here's the method, step by step, for .
Start with the smallest prime, (start here):
Now try 3:
The prime factors are: .
So .
Key habits:
You can extract the prime factors. But the raw list like is not the format that HCF and LCM computation needs.
There's a specific notation — exponential form — that makes everything downstream work.
Exponential form means grouping repeated primes and writing them with exponents.
Example:
This is read as: "two factors of 2, three factors of 3, and one factor of 17."
Your turn! ✏️
Write the prime factorisation of 504 in exponential form.
Let's factorise 504 step by step.
Divide by 2: . Again: . Again: . Now 63 is odd — done with 2. We used 2 three timescount.
Divide by 3: . Again: . Now 7 is not divisible by 3. We used 3 twicecount.
7 is prime, so we stop.
Expanded form:
Exponential form: final
Now convert to exponential form — group identical primes:
Exponential form: ✓
This notation is not just tidier — it's essential.
When you later compare two numbers for HCF, you'll look at "the power of 2 in this number vs the power of 2 in that number."
That comparison only makes sense if the factorisation is in exponential form with powers explicitly written.
You have the basic procedure and the notation. Now let's make you faster. ⚡
Two simple observations can cut your factorisation time significantly — and speed matters when factorisation is a sub-step inside a bigger problem.
Consider factorising 3375. You could start testing divisibility by , then , then , and so on. But some of those tests are unnecessary.
Also consider factorising 2310 — at some point, the quotient you're working with becomes small enough that you can stop testing.
Your Task 📝
Factorise 3375 into exponential form.
Two speed tricks that save real time:
Trick 1 — Skip primes that obviously don't divide.
3375 ends in 5, so it's odd. No need to test 2 at all. Similarly, if a number doesn't end in 0 or 5, skip 5. These quick checks (even/odd, last digit) eliminate unnecessary division.
Let's factorise 3375:
Trick 2 — Know when to stop.
If your remaining quotient is less than the square of the next prime you'd test, the quotient is primedone!.
Example: If after dividing by 7 your quotient is 11, you'd next test 11. Is (121)? Yes. So 11 is prime — stopdone.
Simpler version: Once the quotient is a recognisable prime (...), you can stop immediatelydone!.
You don't need to 'divide it by itself' — just record it as the final prime factor.
These tricks don't change the answer, but they cut the time.
In an exam, factorisation is usually step 1 of a 3-step problem — spending three minutes here means running out of time later.
You can factorise efficiently and write in exponential form. The final habit to build is verification — a five-second check that catches errors before they cascade through an entire problem.
Verification means multiplying the exponential form back to check it gives the original number.
For example, if you claim , you check:
Match confirmed. ✓verified
Your Turn 🧮
Factorise 1980 into exponential form, then verify by multiplying back.
Show the multiplication clearly.
Let's factorise 1980 step by step.
Divide by 2: . Again: . Now 495 is oddodd — done with 2.
Divide by 3: (digit sum: , divisible by 3). (digit sum: , divisible by 3). ? No — , not divisible by 3. Done with 3.
Divide by 5: . Done with 5.
11 is primeprime!. Stop.
Expanded form:
Exponential form:
Now verify — multiply the exponential form back:
Match! The factorisation is correct.
This five-second check is a habit worth building.
In a multi-step problem, an error in factorisation cascades — wrong factors lead to wrong HCF, which leads to wrong LCM, which leads to a wrong final answer.
Catching it here costs five seconds. Catching it at the end (if you catch it at all) costs the entire problem.