The Lowest Common Multiple (LCM) is the smallest positive integer that is a multiple of two or more numbers.
Using PFD, the LCM is calculated by taking the highest power of every prime factor that appears in any of the numbers' decompositions.
In a Venn diagram, the LCM is the product of every prime factor shown in the entire diagram (the union of all sets). This ensures the resulting multiple contains enough prime 'building blocks' to be divisible by each original number.
A number is a perfect square if every exponent in its prime factor decomposition is an even number. This is because a square can be split into two identical groups of factors.
A number is a perfect cube if every exponent in its prime factor decomposition is a multiple of 3. This allows the factors to be partitioned into three identical groups.
To find the square root of a perfect square using PFD, simply halve all the indices in its decomposition. To find a cube root, divide all indices by 3.
| Feature | Highest Common Factor (HCF) | Lowest Common Multiple (LCM) |
|---|---|---|
| Conceptual Goal | Find the largest shared divisor | Find the smallest shared multiple |
| Index Method | Product of lowest powers of common primes | Product of highest powers of all primes |
| Venn Diagram | Product of the intersection | Product of the union |
| Result Size | Smaller than or equal to the numbers | Larger than or equal to the numbers |
Verification Rule: Always remember the relationship . This is a powerful way to check if your HCF and LCM calculations are correct.
Word Problem Cues: Look for keywords. 'Greatest', 'largest', or 'dividing into equal groups' usually signal an HCF problem. 'Smallest', 'next time they meet', or 'synchronized events' usually signal an LCM problem.
Common Pitfall: When calculating LCM from a Venn diagram, students often multiply only the non-overlapping parts. You must multiply all numbers in the circles, but only count the overlapping numbers once.