Least Common Multiple (LCM) Calculator
Enter two or more integers separated by commas to find their Least Common Multiple (LCM).
How to Find the LCM
Method: Prime Factorization
- Find the prime factorization of each number.
- Take each prime factor at its highest power.
- Multiply them together.
Example: LCM(4, 6)
- 4 = 22
- 6 = 2 × 3
- LCM = 22 × 3 = 12
LCM Formula
LCM(a, b) = |a × b| / GCF(a, b)
