Finding the Least Common Multiple
What Is the Least Common Multiple?
The Least Common Multiple (LCM) of two or more numbers is the smallest positive number that divides evenly into each of them. No remainder. No fractions. Just clean division.
For example, the LCM of 4 and 6 is 12. Why? Because 12 is the smallest number that both 4 and 6 divide into without leaving leftovers.
That's it. Nothing fancy. If you've been overcomplicating this concept, stop. LCM is straightforward once you see it clearly.
Why You Need to Find LCM
You won't find LCM on a grocery list, but it shows up in real problems:
- Adding or subtracting fractions with different denominators
- Solving problems involving repeating events (bells ringing together, planets aligning)
- Word problems in standardized tests
- Computer programming (scheduling, cryptography)
If you've ever struggled with fraction arithmetic, you already know why this matters. Finding a common denominator is just finding the LCM of the denominators.
Methods for Finding LCM
Three main approaches exist. Pick the one that fits your numbers and your brain.
Method 1: Listing Multiples
List multiples of each number until you find a match.
Example: Find LCM of 3 and 5
Multiples of 3: 3, 6, 9, 12, 15, 18, 21...
Multiples of 5: 5, 10, 15, 20, 25...
LCM = 15
Works best when: Numbers are small and you can list multiples quickly.
Method 2: Prime Factorization
Break each number into its prime factors. Then multiply each prime factor the greatest number of times it appears in any one number.
Example: Find LCM of 12 and 18
12 = 2 × 2 × 3
18 = 2 × 3 × 3
Take the highest power of each prime:
- 2 appears twice in 12 → use 2 × 2
- 3 appears twice in 18 → use 3 × 3
LCM = 2 × 2 × 3 × 3 = 36
Works best when: Numbers are larger and listing multiples becomes tedious.
Method 3: Using GCF (Greatest Common Factor)
There's a shortcut: LCM × GCF = Product of the two numbers
Example: Find LCM of 8 and 12
GCF of 8 and 12 = 4
8 × 12 = 96
LCM = 96 ÷ 4 = 24
Works best when: You can find the GCF quickly. If GCF isn't obvious, this method wastes time.
Comparing LCM Methods
| Method | Best For | Speed | Drawback |
|---|---|---|---|
| Listing Multiples | Small numbers | Fast | Slow with large numbers |
| Prime Factorization | Large numbers, multiple numbers | Medium | Need to factor correctly |
| GCF Formula | Two numbers with obvious GCF | Fast | Useless if GCF is 1 |
How to Find LCM: Step-by-Step
Let's walk through a complete example using each method so you see exactly how this works.
Problem: Find LCM of 6 and 8
Step 1 (Listing):
Multiples of 6: 6, 12, 24, 30...
Multiples of 8: 8, 16, 24, 32...
Answer: 24
Step 2 (Prime Factorization):
6 = 2 × 3
8 = 2 × 2 × 2
LCM = 2³ × 3 = 8 × 3 = 24
Step 3 (GCF Method):
GCF of 6 and 8 = 2
6 × 8 = 48
LCM = 48 ÷ 2 = 24
All three methods give the same answer. They always will.
Common Mistakes to Avoid
- Confusing LCM with GCF. LCM is the smallest number you can divide both numbers into. GCF is the largest number that divides into both. Different questions, different answers.
- Stopping too early when listing multiples. Check your work. The first match isn't always right if you miscount.
- Missing prime factors. When using prime factorization, write out every factor. Skipping one ruins the answer.
- Forgetting to use the highest power. If 2³ appears in one number and 2² in another, use 2³. Not 2².
Finding LCM of More Than Two Numbers
Sometimes you need the LCM of three or more numbers. The process doesn't change—find the LCM of two, then find the LCM of that result with the next number.
Example: Find LCM of 4, 6, and 15
LCM of 4 and 6 = 12
LCM of 12 and 15 = 60
Answer: 60
Practice Problem
Find the LCM of 9 and 12.
Try listing multiples first. Check your answer with prime factorization. They should match.
If you got 36, you're right. If not, trace through each step and find where the error happened.