Least Common Multiple Calculator LCM
Least Common Multiple Calculator
Calculate LCM
Enter at least 2 positive integers separated by commas. Results will calculate automatically.
Instructions: Enter positive integers separated by commas (e.g., 12, 18, 24). The calculator will automatically find the Least Common Multiple (LCM) and Greatest Common Factor (GCF) with detailed steps.
The Least Common Multiple (LCM) is the smallest positive integer divisible by two or more given numbers. It is essential for adding and subtracting fractions with different denominators, scheduling problems, and finding when periodic events coincide. This calculator finds the LCM of multiple numbers with step-by-step explanation.
Methods to Find LCM
LCM can be found through listing multiples, prime factorization, or using the GCF relationship.
Prime factorization method: LCM(12, 18): 12 = 2² × 3 18 = 2 × 3² LCM = 2² × 3² = 36 (Use highest power of each prime) GCF shortcut: LCM(a,b) = (a × b) / GCF(a,b) LCM(12,18) = (12×18)/6 = 216/6 = 36
LCM is always ≥ the largest input number.
Using LCM to Add Fractions
To add fractions with different denominators, find the LCM of the denominators (this is the Lowest Common Denominator, LCD).
Add 1/4 + 1/6: LCM(4,6) = 12 1/4 = 3/12 1/6 = 2/12 3/12 + 2/12 = 5/12
Frequently Asked Questions
What is the difference between LCM and LCD?⌄
LCD (Lowest Common Denominator) is the same concept applied to fractions. When adding fractions, the LCD is the LCM of the denominators. LCD(1/4, 1/6) = LCM(4,6) = 12. The terms are interchangeable in the context of fractions.
When would I use LCM in a real problem?⌄
Scheduling: two buses run every 12 and 18 minutes. LCM(12,18)=36, so they are at the stop together every 36 minutes. Gear ratios: when do two gears return to their starting positions? Tiling: what is the smallest square that can be tiled perfectly with 4×6 inch tiles? LCM(4,6)=12, so a 12×12 inch square.
What is the LCM of two prime numbers?⌄
The LCM of two prime numbers is always their product, because they share no common factors except 1. LCM(7,11) = 77. This is because primes only have factors of 1 and themselves, so there is no GCF other than 1: LCM = (7×11)/1 = 77.
Can the LCM ever be smaller than the largest number?⌄
No. The LCM is always at least as large as the largest input number. This is because LCM must be divisible by all inputs, so it must be a multiple of the largest one. When one number is a multiple of the other, the LCM equals the larger number: LCM(6,18) = 18.