LCM Calculator
Find the Least Common Multiple (LCM) of up to 10 numbers with step-by-step prime factorization.
| Number | Prime Factorization |
|---|
Find the Least Common Multiple (LCM) of up to 10 numbers at once, with full prime factorization and step-by-step working shown.
How LCM Calculator Works
The Least Common Multiple of a set of numbers is the smallest positive number that all of them divide into evenly. The calculator finds it using the identity LCM(a, b) = |a × b| ÷ GCF(a, b), extending it across the whole list one pair at a time until every number has been combined.
Behind the scenes, it also breaks each number down into its prime factorization — for example, 12 = 2² × 3 — because the LCM can equivalently be found by taking the highest power of every prime that appears in any of the numbers and multiplying those together.
The step-by-step panel shows both approaches side by side: the prime factorization of each input number, and the "highest power of each prime" combination that produces the final LCM, so you can see exactly why the answer is correct rather than just what it is.
See It In Action
Who Uses LCM Calculator and Why
- Finding a common denominator before adding or subtracting two or more fractions by hand.
- Figuring out when two repeating schedules — bus routes, work shifts, blinking lights — will next align on the same day or moment.
- Combining several recurring intervals at once, like restocking cycles that repeat every 4, 6, and 9 days, to find the next day all three coincide.
- Cross-checking a GCF result, since for two numbers LCM × GCF always equals their product.
Mistakes to Avoid
- Confusing LCM with GCF — LCM is the smallest number all your inputs divide into, not the largest number that divides into them; entering a problem meant for GCF here gives a much larger, unrelated answer.
- Assuming the LCM of any two numbers is just their product — that shortcut only works when the two numbers are coprime (GCF = 1); otherwise the actual LCM is smaller than the plain product.
- Missing that when one number already divides evenly into another, the LCM of that pair is simply the larger number, not some bigger combined value.
Tips for Best Results
- For three or more numbers, look at the prime-factorization panel and compare exponents directly — it makes it obvious which prime is the limiting factor in the final LCM.
- If you already know the GCF of two numbers, divide their product by it as a fast sanity check against the calculator's LCM result.
Fixing Common Problems
The calculator won't accept my 11th number. — Input is capped at 10 comma-separated numbers at a time — split a longer list into batches and combine the LCM of the batch results if you truly need more.
My LCM came out smaller than I expected. — Check whether one of your numbers already divides evenly into another — in that case the LCM of that pair is just the larger number, which can look surprisingly small compared to multiplying everything together.
Terms Explained
Least Common Multiple (LCM): The smallest positive number that every number in a set divides into evenly.
Coprime: Two or more numbers whose only common factor is 1, meaning their LCM equals their plain product.