LCM Calculator – Find Least Common Multiple Online
Calculate the Least Common Multiple (LCM) of two or more numbers instantly with our free online LCM calculator. Get accurate results with step-by-step explanations.
Understanding LCM (Least Common Multiple)
The Least Common Multiple (LCM) of two or more numbers is the smallest positive number that is divisible by all of them. It's the smallest number that appears in the multiplication tables of all the given numbers.
LCM is essential for adding and subtracting fractions with different denominators – you need the LCM to find a common denominator. It's also used in scheduling problems, like finding when repeating events will coincide.
How to Find LCM
Method 1: Using GCD Formula
Find the GCD first, then use this formula. This is the most efficient method for large numbers.
Method 2: Prime Factorization
- Find prime factorization of each number
- For each prime, take the highest power that appears
- Multiply these together
Worked Examples
Example 1: LCM of 12 and 18
Example 2: LCM of 8 and 12
Example 3: LCM of Coprime Numbers (7 and 11)
Example 4: LCM of Three Numbers (6, 8, 12)
Example 5: Real-World Application
Two buses leave a station. Bus A runs every 15 minutes. Bus B runs every 20 minutes. When will they leave together again?
The buses will leave together every hour.
Quick Fact
The relationship LCM(a,b) × GCD(a,b) = a × b is a beautiful mathematical identity. It means that if you know the GCD, you can instantly find the LCM, and vice versa. This relationship holds for any pair of positive integers.
Frequently Asked Questions
What's the difference between LCM and GCD?
GCD (Greatest Common Divisor) is the largest number that divides both numbers. LCM (Least Common Multiple) is the smallest number that both numbers divide. GCD ≤ both numbers ≤ LCM.
Why is LCM useful for fractions?
To add fractions like 1/12 + 1/18, you need a common denominator. The LCM of 12 and 18 is 36, so convert to 3/36 + 2/36 = 5/36. Using LCM gives the smallest (simplest) common denominator.
Can LCM be smaller than the original numbers?
No. The LCM is always at least as large as the largest input number. If one number divides the other (like 4 and 12), the LCM equals the larger number.
What if the numbers are coprime?
If two numbers share no common factors (GCD = 1), their LCM is simply their product. For example, LCM(7, 11) = 77.
How do I find LCM of more than two numbers?
Find LCM of the first two, then find LCM of that result with the third number, and so on. LCM(a, b, c) = LCM(LCM(a, b), c).
What's the LCM of a number with itself?
LCM(n, n) = n. A number is its own smallest multiple that's also divisible by itself.
Other Free Tools
GCD / HCF Calculator – Find Greatest Common Divisor Online
Calculate the GCD or HCF of two or more numbers instantly with our free online calculator. Uses the Euclidean algorithm to find the greatest common divisor with step-by-step solutions.
Factor Calculator – Find All Factors of Any Integer
Find all factors of any integer instantly with our free online factor calculator. Lists every factor in ascending order – perfect for simplifying fractions and solving number theory problems.
Prime Factorization Calculator – Find Prime Factors Instantly
Find the prime factorization of any number with our free online calculator. Displays all prime factors in exponential form and as a factor tree for easy understanding.
Divisibility Checker – Test Divisibility Rules Instantly
Check if any number is divisible by another with our free online divisibility checker. Displays the relevant divisibility rule and provides instant yes or no results.
Factors List Generator – Find All Factors of a Number
Generate a complete sorted list of all factors of any number instantly with our free online factors calculator. Ideal for math homework, LCM/GCD problems, and number theory.
Fraction Calculator – Add, Subtract, Multiply & Divide Fractions
Easily add, subtract, multiply, and divide fractions with our free online fraction calculator. Get instant simplified results and step-by-step solutions for all fraction operations.
Decimal to Fraction Converter – Convert Decimals to Fractions
Convert any decimal to a fraction instantly with our free online decimal to fraction converter. Returns fully simplified fractions with clear step-by-step conversion process.
Modular Arithmetic Calculator – Compute mod n Operations
Perform modular arithmetic operations including addition, subtraction, multiplication, and exponentiation under any modulus with our free online calculator.