Question
Find the HCF and LCM of 12, 15, and 21 using prime factorisation. Verify the relationship between HCF and LCM.
Solution — Step by Step
HCF = product of common prime factors with the lowest power in which they appear.
Looking at all three factorizations:
- Factor 2: appears in 12 only (not in 15 or 21) → NOT common to all three
- Factor 3: appears in all three → (minimum power = 1)
- Factor 5: appears in 15 only → NOT common to all three
- Factor 7: appears in 21 only → NOT common to all three
LCM = product of all prime factors (from all numbers) with the highest power.
- Factor 2: appears with highest power (in 12)
- Factor 3: appears with highest power (all have at most )
- Factor 5: appears with highest power (in 15)
- Factor 7: appears with highest power (in 21)
Check that 420 is divisible by 12, 15, and 21:
✓
✓
✓
All divide evenly. And 420 is the smallest such number.
HCF = 3, LCM = 420
Why This Works
HCF finds the largest number that divides all given numbers — we take only factors that ALL numbers share, and use the minimum power (since we need it to divide ALL of them).
LCM finds the smallest number divisible by all given numbers — we take ALL factors from ALL numbers, using the maximum power (to ensure divisibility by each).
Note: the product formula works for exactly TWO numbers, not three. So we can’t verify as here (that would be ). The relationship for three numbers is more complex.
Alternative Method — Successive Division (for HCF)
For two numbers: divide the larger by the smaller, take the remainder, repeat until remainder is 0. Last non-zero divisor is the HCF (Euclidean algorithm).
For three numbers: first find HCF of any two, then find HCF of that result with the third.
, then . So . ✓
Common Mistake
For LCM, students include a prime factor only once, even if it appears in multiple numbers with different powers. The rule is: take each prime factor with its HIGHEST power across all numbers. For example, factor 2 appears as in 12 — the LCM must include , not , even though 15 and 21 have no factor of 2 at all.