LCM Calculator Formula & How It Works
- LCM = smallest positive integer divisible by all given numbers
- LCM(a,b) = (a × b) ÷ GCF(a,b)
- Multiple numbers: LCM(a,b,c) = LCM(LCM(a,b), c)
- Alternative: prime factorization — take highest power of each prime
The LCM of two numbers is the smallest positive integer divisible by both. LCM(4,6) = 12 because 12 is the smallest number divisible by both 4 and 6. Use LCM to find common denominators when adding or subtracting fractions. LCM(a,b) × GCF(a,b) = a × b — a useful identity.