Least Common Multiple (LCM)
Find the LCM of two or more numbers using prime factorization, listing multiples, or GCF method.
Find the Least Common Multiple (LCM) of two or more numbers with step-by-step prime factorization. Also known as Lowest Common Multiple or Least Common Denominator (LCD).
How to Use
Finding the Least Common Multiple
This calculator finds the LCM of two or more numbers and shows the complete work using prime factorization. The LCM is the smallest positive integer that is evenly divisible by all numbers in the set.
Methods to Find LCM:
- Listing Multiples: List multiples of each number until you find the smallest common one
- Prime Factorization: Take the highest power of each prime factor from all numbers
- Using GCF: LCM(a,b) = (a × b) / GCF(a,b)
- Cake/Ladder Method: Divide by common primes repeatedly
Also Known As:
- Least Common Multiple (LCM)
- Lowest Common Multiple (LCM)
- Least Common Divisor (LCD)
What is Least Common Multiple (LCM)?
The Least Common Multiple (LCM) of two or more integers is the smallest positive integer that is evenly divisible by each of the given numbers. For example, LCM(2,3) = 6 and LCM(6,10) = 30.
The LCM is essential for adding and subtracting fractions with different denominators, scheduling problems (finding when events coincide), and any situation involving synchronization of repeating cycles.
Properties of LCM: The LCM is associative (LCM(a,b) = LCM(b,a)), commutative (LCM(a,b,c) = LCM(LCM(a,b),c)), and related to GCF by the formula LCM(a,b) × GCF(a,b) = a × b.
Formula
Prime Factorization Method:
1. Find the prime factorization of each number
2. List all prime numbers found with their highest powers
3. Multiply these together to get the LCM
Using GCF Formula:
LCM(a, b) = (a × b) / GCF(a, b)
Relationship with GCF:
LCM(a, b) × GCF(a, b) = |a × b|
This relationship helps verify calculations
Examples
Example 1: LCM(6, 7, 21) by Listing Multiples
Multiples of 6: 6, 12, 18, 24, 30, 36, 42...
Multiples of 7: 7, 14, 21, 28, 35, 42...
Multiples of 21: 21, 42...
LCM = 42 (smallest common multiple)
Example 2: LCM(12, 18, 30) by Prime Factorization
12 = 2² × 3
18 = 2 × 3²
30 = 2 × 3 × 5
Highest powers: 2², 3², 5¹
LCM = 2² × 3² × 5 = 4 × 9 × 5 = 180
Example 3: LCM(6, 10) using GCF
First find GCF(6, 10) = 2
Apply formula: LCM = (6 × 10) / 2
LCM = 60 / 2 = 30