LCM Using Prime Factorisation
Introduction
Great progress so far in Finding the Lowest Common Multiple! We are already at lesson three of five in this course. Over the first two lessons, you explored common multiples and then learned how to find the LCM by listing multiples until the first shared value appeared. That listing method is clear and reliable, but it can become slow when numbers get larger. Today, you will learn a more efficient approach: finding the LCM using prime factorisation.
When Listing Reaches Its Limits
Consider trying to find by listing. You might need to write out many multiples of each number before spotting the first match. For even bigger numbers, the lists grow quickly and the process becomes tedious.
Prime factorisation gives us a shortcut that works directly with the structure of the numbers rather than scanning long lists. As you may recall from earlier in this learning path, every whole number greater than can be written as a unique product of prime factors. That breakdown is exactly the tool we will use now.
The Core Idea
Here is the key insight: for a number to be a multiple of , it must contain at least the same prime factors that has, each raised to at least the same power. Since , any multiple of needs at least two s and at least one among its prime factors. The same logic holds for any number.
So for a number to be a common multiple of two numbers, it must carry enough prime factors to cover both. The LCM is the smallest such number, which means we take every prime that appears in any of the factorisations, each at its highest power across the numbers — nothing more, nothing less.
The Method Step by Step
Let us find using prime factorisation. Imagine two rotating displays in a shop window: one completes a cycle every seconds, the other every seconds. To find when both displays first reset together, we need the LCM of and .
Step 1 — Factorise each number.
Step 2 — Identify every prime that appears in any factorisation. The primes involved are and .
Step 3 — For each prime, choose the highest power across both factorisations.
| Prime | Power in | Power in | Highest power |
|---|---|---|---|
Step 4 — Multiply the highest powers together.
We can verify: and . Both results are whole numbers, confirming that is indeed a common multiple. Because we used only the minimum prime power needed to cover each number, it is the lowest common multiple. Back to our shop-window scenario — both displays first reset together after 36 seconds.
A Worked Example with Different Primes
Things get especially interesting when two numbers do not share all of their prime factors. Let us try .
Factorise:
Collect every prime: , , and . Notice that appears only in the factorisation of . We still must include it, because the LCM must be a multiple of , and contains a factor of .
| Prime | Power in | Power in | Highest power |
|---|---|---|---|
| - |
Quick check: and . Both whole numbers, so we are good.
Extending to Three Numbers
The method scales naturally. Suppose three rotating shift schedules repeat every , , and days. To find when all three schedules first align, we need . Start by factorising all three:
The primes present are , , and . We pick the highest power of each across all three factorisations:
| Prime | Power in | Power in | Power in | Highest |
|---|---|---|---|---|
| - | ||||
| - | ||||
| - | - |
All three schedules first coincide on day . The rule stays the same regardless of how many numbers you have: include every prime from every factorisation, each at its highest power.
Why Shared Primes Alone Are Not Enough
You might wonder: "Can I save time and use only the primes that the numbers have in common?" This is a natural question, especially if you recall that the Highest Common Factor (HCF) works by taking shared primes at their lowest powers. The LCM, however, goes in the opposite direction.
Consider and . The only shared prime is . If we built our result from shared primes alone, we would get (the HCF). Even if we took the highest power of that shared prime, , it would not be a common multiple. That product is far too small because it is missing the factors of and .
The LCM must be divisible by each original number, so it needs every prime factor from every number — not just the ones they happen to share:
Leaving out any prime that belongs to one of the numbers guarantees the result will fail to be a multiple of that number.
Conclusion and Next Steps
In this lesson, you learned a faster way to find the LCM: factorise each number into primes, select every prime that appears in any factorisation at its highest power, and multiply those together. We also explored why this approach requires all primes — omitting a prime that is unique to one number means the result cannot be a multiple of that number.
Now it is time to put this technique to work! The upcoming practice tasks will walk you through the method piece by piece: first selecting the correct highest powers, then computing full LCMs for pairs and trios of numbers, and finally explaining the reasoning in your own words. Let's build that confidence one step at a time.
