What is LCM (Least Common Multiple)?
The Least Common Multiple (LCM) is the smallest positive integer that is divisible by two or more given numbers.
LCM(4, 6) = 12
Because 12 is the smallest number divisible by both 4 and 6.
Because 12 is the smallest number divisible by both 4 and 6.
Relationship Between LCM and GCD
LCM(a, b) = (a × b) / GCD(a, b)
LCM Applications
- Adding and subtracting fractions with different denominators
- Scheduling problems (when two events coincide)
- Finding patterns in number sequences