You're staring at a homework problem. Or maybe you're helping a kid with theirs. The question is simple: **what is the lcm of 3 and 6?
The answer is 6.
But if you only memorize that, you'll freeze the next time the numbers change. LCM — least common multiple — shows up everywhere: scheduling, fractions, gear ratios, even music theory. Understanding how to find it matters more than any single answer.
What Is LCM
Least common multiple. The smallest positive number that two (or more) integers both divide into evenly.
No remainder. No decimals. Just clean division.
The Plain English Version
Think of it like this. You have two blinking lights. One flashes every 3 seconds. The other every 6 seconds. They start together. When will they flash at the same time again?
- Light A: 3, 6, 9, 12, 15...
- Light B: 6, 12, 18, 24...
They sync up at 6 seconds. Then 12. Then 18. The first* time — the least — is 6.
That's the LCM.
Why "Least" Matters
There are infinite common multiples. 24 works. But 6 is the least*. 12 works. 18 works. That's the one you want for almost every practical use — adding fractions, finding common denominators, solving scheduling conflicts.
Why It Matters / Why People Care
You've used LCM without knowing the name.
Fractions — The Classic Reason
Try adding 1/3 + 1/6 without a common denominator. That said, you can't. You need a shared base.
1/3 = 2/6
1/6 = 1/6
2/6 + 1/6 = 3/6 = 1/2
Done. The LCM is your least common denominator. Practical, not theoretical.
Real-World Scheduling
Two buses leave a station. Bus B every 18. Bus A runs every 12 minutes. When do they leave together?
LCM(12, 18) = 36. Every 36 minutes.
This scales. Day to day, traffic lights. Think about it: factory machines. Medication schedules. Anytime cycles need to align, LCM is the answer.
Gear Ratios and Engineering
Meshing gears with 15 and 20 teeth. And how many rotations until the same teeth meet again? LCM(15, 20) = 60. The 15-tooth gear turns 4 times. The 20-tooth turns 3. They realign.
How It Works (Multiple Methods)
There's more than one way to find an LCM. The best method depends on the numbers — and on what you're comfortable with.
Method 1: List Multiples (Good for Small Numbers)
Write out multiples of each number until you hit a match.
Example: LCM of 3 and 6
Multiples of 3: 3, 6, 9, 12, 15, 18...
Multiples of 6: 6, 12, 18, 24...
First match: 6
Works great for tiny numbers. Gets tedious fast.
Method 2: Prime Factorization (The Reliable Standard)
Break each number into prime factors. Take the highest power* of each prime that appears. Multiply them.
Example: LCM of 12 and 18
12 = 2² × 3
18 = 2 × 3²
Primes involved: 2 and 3
Highest power of 2: 2²
Highest power of 3: 3²
LCM = 2² × 3² = 4 × 9 = 36
This method always* works. And no guessing. Scales to huge numbers.
Method 3: The GCF Shortcut (Fastest for Two Numbers)
There's a beautiful relationship:
LCM(a, b) × GCF(a, b) = a × b
So: LCM(a, b) = (a × b) ÷ GCF(a, b)
Example: LCM of 3 and 6
GCF(3, 6) = 3
LCM = (3 × 6) ÷ 3 = 18 ÷ 3 = 6
This is lightning fast if you can spot the GCF quickly. For 3 and 6, it's obvious. Now, for 84 and 126? You'd need the Euclidean algorithm first.
Want to learn more? We recommend how much would 1 cubic foot of plutonium weigh and how many quarters in a year for further reading.
Method 4: Division / Ladder Method (Visual and Systematic)
Write the numbers side by side. Divide by common primes. Practically speaking, bring down non-divisible numbers. Repeat until only 1s remain. Multiply all divisors and remaining numbers.
Example: LCM of 12, 15, 20
2 | 12 15 20
2 | 6 15 10
3 | 3 15 5
5 | 1 5 5
1 1 1
LCM = 2 × 2 × 3 × 5 = 60
This is my favorite for teaching. You see the structure. Most people skip this — try not to.
Common Mistakes / What Most People Get Wrong
Confusing LCM with GCF
Greatest common factor* vs. Day to day, least common multiple*. They're opposites in spirit.
- GCF: What's the biggest number that divides both*? (Goes down*)
- LCM: What's the smallest number both* divide into? (Goes up)
For 3 and 6: GCF = 3, LCM = 6.
For 8 and 12: GCF = 4, LCM = 24.
Mix them up and your fractions explode.
Assuming LCM = Product of the Numbers
Only true when numbers are coprime* (share no factors except 1).
LCM(5, 7) = 35 = 5 × 7 ✓
LCM(3, 6) = 6 ≠ 18 ✗
If one number divides the other, the LCM is just the bigger number. Always.
Forgetting to Use Highest Powers in Prime Factorization
LCM of 8 and 12.8 = 2³
12 = 2² × 3
Wrong: 2² × 3 = 12 (that's not a multiple of 8)
Right: 2³ × 3 = 24
You need the maximum* exponent for each prime. Every time.
Stopping at the First Common Multiple When Listing
If you list multiples of 4 and 6:
4, 8, 12...
6, 12...
You might write 12 and stop. Correct. But if you'd listed 4, 8, 12, 16, 20, 24 and 6, 12,
and 6, 12, 18, 24, 30, 36… The first number that appears in both lists is 12, so the LCM of 4 and 6 is 12. Notice that this same value also happens to be the product of the two numbers divided by their greatest common factor (2), confirming the shortcut described earlier.
When One Number Is a Multiple of the Other
If one integer divides the other cleanly, the LCM collapses to the larger operand. To give you an idea, the LCM of 9 and 27 is 27 because 9 × 3 = 27. In such cases there is no need to search for a common multiple; the answer is immediately evident.
Applying LCM to Real‑World Problems
- Scheduling: Suppose two events repeat every 7 days and every 10 days. Their next simultaneous occurrence arrives after the LCM of 7 and 10, which is 70 days.
- Ratios and Fractions: To add ( \frac{1}{8} ) and ( \frac{1}{15} ), the common denominator must be a multiple of both 8 and 15. The smallest such multiple is the LCM, 120, allowing the fractions to be combined without unnecessarily large numbers.
- Engineering: Gear trains often require teeth counts that mesh without slipping. Selecting tooth numbers whose LCM equals the desired cycle length ensures smooth operation over many rotations.
Quick Checklist for Correct LCM Calculation
- Identify the larger number – it often reduces the amount of listing required.
- Check for a direct multiple relationship – if one number is a multiple of the other, the larger number is the LCM.
- When listing, keep going until the first common entry appears; do not stop prematurely at a shared factor.
- Verify with a secondary method (e.g., prime factorization) if the numbers are sizable or you suspect an error.
- Remember the relationship LCM × GCF = product of the two numbers; this can serve as a sanity check.
Final Thoughts
Understanding the LCM equips you with a versatile tool for any situation where synchronization or common denominators are needed. By mastering the listing technique for small values, the prime‑factorization approach for thoroughness, and the GCF shortcut for speed, you can tackle any pair of integers with confidence. Keep the checklist handy, practice with a variety of examples, and the concept will become second nature.