What is LCM?
The Least Common Multiple (LCM) is the smallest positive number that is a multiple of two or more numbers.
Method 1: List Multiples
Find LCM of 4 and 6:
- Multiples of 4: 4, 8, 12, 16, 20, 24...
- Multiples of 6: 6, 12, 18, 24, 30...
- Common multiples: 12, 24, 36...
- Least common multiple: 12
Method 2: Prime Factorization
Find LCM of 4 and 6:
- 4 = 2²
- 6 = 2 × 3
- Take the largest power of each prime:
- For 2: max(2, 1) = 2² = 4
- For 3: max(0, 1) = 3¹ = 3
- LCM = 4 × 3 = 12
Method 3: Using GCF Formula
LCM(a, b) = (a × b) ÷ GCF(a, b)
Example: LCM(4,6) = (4×6) ÷ GCF(4,6)
= 24 ÷ 2 = 12