Least Common Multiple Calculator
Find the Least Common Multiple of two or more numbers. Shows both the List of Multiples method and the Prime Factorization method side by side.
LCM Calculator
Results update instantly as you type
Enter Values
Embed Code
Copy and paste this HTML snippet into any web page to embed this calculator directly.
<iframe src="http://127.0.0.1:54963/embed/math/lcm-calculator?ref=embed" title="Least Common Multiple Calculator" width="100%" style="max-width:600px; border:none; height:500px;" loading="lazy"></iframe>
Direct Link
Share this link to let others open the calculator in their browser.
The Formula
The Least Common MultipleThe smallest positive number that is a multiple of two or more numbers. Used when finding common denominators. of two numbers is the smallest positive integer that is divisible by both numbers. It can be found using the GCD relationship (LCM = a x b / GCD) or by comparing lists of multiples. The LCM is also called the Lowest Common Denominator when working with fractions.
Variable Definitions
Input Numbers
The positive integers to find the LCM of. Two or more numbers can be entered, separated by commas.
Least Common Multiple
The smallest positive integer that is a multiple of all input numbers.
Greatest Common Divisor
The largest positive integer that divides all input numbers evenly. Related to LCM by the formula: LCM x GCD = a x b.
How to Use This Calculator
- 1
Enter two or more positive integers separated by commas.
- 2
View the LCM calculated via the efficient GCD-based method.
- 3
Compare the "List of Multiples" and "Prime Factorization" solution methods side by side to understand different approaches.
- 4
Check the GCD of the first two numbers, which is used as an intermediate step in the calculation.
- 5
Use the LCM as the common denominator when adding or subtracting fractions.
The LCM is the smallest positive integer that is a multiple of all input numbers.
Understanding the Concept
The Least Common Multiple (LCM) is the smallest positive integer that all input numbers divide into evenly. It is essential for adding and subtracting fractions with different denominators (finding a common denominator), solving problems with repeating cycles and synchronizing schedules, and working with gear ratios in mechanical engineering. The LCM is related to the GCD by the fundamental formula: LCM(a, b) x GCD(a, b) = a x b. This means if you know the GCD, you can instantly compute the LCM without listing multiples. The prime factorization method provides deeper insight: write each number as a product of primes, then for each distinct prime factor, take the highest exponent that appears in any factorization. For example, 12 = 2 x 2 x 3 and 18 = 2 x 3 x 3, so the LCM takes 2 twice and 3 twice: LCM = 2 x 2 x 3 x 3 = 36. This calculator demonstrates both the formula approach and the conceptual approach side by side.
Frequently Asked Questions
Sources & References
Related Calculators
Reviews
No reviews yet. Be the first to share your experience with Least Common Multiple Calculator.
Write a Review
