What is Least Common Multiple Calculator?
The Least Common Multiple (LCM) is the smallest positive integer that is divisible by all integers in the set without leaving a remainder.
How to Use This Calculator
- Enter numbers separated by commas (e.g. 12, 20 or 8, 12, 18).
- View computed LCM and prime factorization.
The Mathematical Formula & Variables
LCM(a, b) = (a * b) / GCD(a, b)
Step-by-Step Worked Example
Scenario: Find LCM of 12 and 20.
- Prime factors of 12 = 2^2 * 3.
- Prime factors of 20 = 2^2 * 5.
- LCM takes highest power of all primes: 2^2 * 3 * 5 = 4 * 3 * 5 = 60.
Result: 60
Frequently Asked Questions
Where is LCM used in everyday math?
LCM is used to find the Lowest Common Denominator (LCD) when adding or subtracting fractions with different denominators.