How to Find the Least Common Denominator (LCD)

The Least Common Denominator (LCD) is the smallest number that all your denominators divide into evenly. It's the same thing as finding the Least Common Multiple (LCM) of the denominators. You can find it three ways: listing multiples, prime factorization, or the ladder method. Once you've got the LCD, adding and subtracting fractions becomes straightforward.

Quick Summary

What Is the LCD?

Definition

The Least Common Denominator is the smallest number that every denominator in your problem divides into evenly. It's really just the Least Common Multiple (LCM) of the denominators.

Say you're trying to add 14 + 16. You need a common denominator first. You could just multiply 4 × 6 and use 24. That works. But 24 isn't the smallest option, and bigger numbers mean messier math. The LCD here is 12, since both 4 and 6 divide into 12 evenly. Smaller numbers, less simplifying at the end.

💡 Quick shortcut: If one denominator already divides evenly into the other, the bigger one is the LCD. The LCD of 1/3 and 1/9? Just 9.

Method 1: Listing Multiples

This one's the simplest. Just write out the multiples of each denominator and look for the first number that shows up in both lists.

1 List multiples of each denominator

Write out the first several multiples: the denominator × 1, × 2, × 3, and so on.

2 Spot the first match

Look across both lists. The smallest number that appears in both is your LCD.

Example: LCD of 1/4 and 1/6

Multiples of 4: 4, 8, 12, 16, 20, 24, …
Multiples of 6: 6, 12, 18, 24, 30, …

First shared multiple → LCD = 12

Both lists hit 12 before anything else matches. That's the LCD.

💡 When to use: Listing multiples works great when the denominators are small (under 12 or so). Once you're dealing with bigger numbers like 18 and 24, it gets tedious fast. That's where Methods 2 and 3 come in.

Method 2: Prime Factorization

Prime factorization works no matter how big the numbers get. The idea: break each denominator down into prime factors, then grab the highest power of each prime you see.

1 Break each denominator into primes

Keep dividing by 2, then 3, then 5, then 7, and so on until you hit 1. What you're left with is the prime factorization.

2 Pick the highest power of each prime

Look at all the prime factors across both denominators. For each prime, keep the version with the bigger exponent.

3 Multiply them together

That product is your LCD. Done.

Example: LCD of 1/12 and 1/18

12 = 2² × 3
18 = 2 × 3²

Highest powers: 2² and 3²
LCD = 2² × 3² = 4 × 9 = 36

Notice how 12 has more 2s (2²) and 18 has more 3s (3²). You take the bigger count of each. That's the whole trick.

Example: LCD of 1/8 and 1/14

8 =
14 = 2 × 7

Highest powers: 2³ and 7
LCD = 2³ × 7 = 8 × 7 = 56

Method 3: The Ladder Method (Division Method)

Some people call this "upside-down division" or the "cake method." It's especially handy when you're juggling three or more denominators at once. You keep dividing all the numbers by a shared prime until nothing shares a factor anymore.

1 Write the denominators side by side

Line them up in a row at the top.

2 Divide by the smallest shared prime

Find the smallest prime that goes into at least two of your numbers. Write it on the left, divide the ones it goes into, and bring down any number it doesn't divide.

3 Keep going until nothing shares a factor

Repeat step 2. You're done when no two numbers in the bottom row have a common factor.

4 Multiply everything on the outside and bottom

Take all the primes you divided by and all the numbers left in the last row. Multiply them all together. That's your LCD.

Example: LCD of 4, 6, and 9

2 | 4    6    9
3 | 2    3    9
   2    1    3

No prime divides two or more of 2, 1, 3. Stop here.
LCD = 2 × 3 × 2 × 3 = 36

Which Method Should You Use?

Method Best For Difficulty
Listing Multiples Small denominators (under 12) Easiest
Prime Factorization Large or unfamiliar numbers Medium
Ladder Method Three or more denominators Medium

Worked Examples

Here's a mix of problems from simple to tricky. Each one shows the method used and the reasoning behind it.

Easy
LCD of 1/3 and 1/5

Listing multiples:

Multiples of 3: 3, 6, 9, 12, 15, …

Multiples of 5: 5, 10, 15, 20, …

LCD = 15. First match in both lists. Since 3 and 5 don't share any factors, the LCD is just 3 × 5.
Easy
LCD of 1/6 and 1/9

Prime factorization:

6 = 2 × 3  |  9 = 3²

Highest powers: 2¹, 3²

LCD = 2 × 9 = 18. The 3² from 9 is the bigger power, so it wins over the single 3 from 6.
Medium
LCD of 1/10 and 1/15

Prime factorization:

10 = 2 × 5  |  15 = 3 × 5

Highest powers: 2, 3, 5

LCD = 2 × 3 × 5 = 30. They share a 5, but you also need the 2 from 10 and the 3 from 15.
Medium
LCD of 1/8, 1/12, and 1/15

Prime factorization:

8 = 2³  |  12 = 2² × 3  |  15 = 3 × 5

Highest powers: 2³, 3, 5

LCD = 8 × 3 × 5 = 120. Three denominators, but the same idea. Grab the biggest version of each prime.
Challenging
LCD of 1/14 and 1/21

Prime factorization:

14 = 2 × 7  |  21 = 3 × 7

Highest powers: 2, 3, 7

LCD = 2 × 3 × 7 = 42. The shared 7 only appears once in the LCD. You don't double it.
Challenging
LCD of 1/24 and 1/36

Prime factorization:

24 = 2³ × 3  |  36 = 2² × 3²

Highest powers: 2³, 3²

LCD = 8 × 9 = 72. Take the 2³ from 24 (more 2s) and the 3² from 36 (more 3s).

Practice Problems

Try these on your own before peeking at the answers.

Problem 1
Find the LCD of 1/4 and 1/10
LCD = 20

4 = 2² and 10 = 2 × 5. Highest powers: 2² and 5. LCD = 4 × 5 = 20.

Problem 2
Find the LCD of 1/6 and 1/8
LCD = 24

6 = 2 × 3 and 8 = 2³. Highest powers: 2³ and 3. LCD = 8 × 3 = 24.

Problem 3
Find the LCD of 1/9 and 1/12
LCD = 36

9 = 3² and 12 = 2² × 3. Highest powers: 2² and 3². LCD = 4 × 9 = 36.

Problem 4
Find the LCD of 1/5 and 1/7
LCD = 35

5 and 7 are both prime and share no common factors. LCD = 5 × 7 = 35.

Problem 5
Find the LCD of 1/6, 1/10, and 1/15
LCD = 30

6 = 2 × 3, 10 = 2 × 5, 15 = 3 × 5. Highest powers: 2, 3, 5. LCD = 2 × 3 × 5 = 30.

Problem 6
Find the LCD of 1/16 and 1/20
LCD = 80

16 = 2⁴ and 20 = 2² × 5. Highest powers: 2⁴ and 5. LCD = 16 × 5 = 80.

⚠ Common mix-up: Don't confuse the LCD with the GCF (Greatest Common Factor). The LCD is a multiple, so it's always at least as big as the largest denominator. The GCF is a factor, so it's never bigger than the smallest number. They go in opposite directions.

Want the Answer Without the Work?

Our LCD Calculator finds the least common denominator for any set of fractions and shows you the steps.

Open LCD Calculator →

Frequently Asked Questions About the LCD

The LCD is the smallest number that both denominators divide into evenly. It's the same thing as the Least Common Multiple (LCM) of the denominators. Quick example: the LCD of 1/4 and 1/6 is 12, because 12 is the first number that both 4 and 6 go into.

Honestly, they're the same math. The LCM is the smallest shared multiple of any two numbers. The LCD is just the LCM of denominators specifically. So finding the LCD of 1/4 and 1/6 is exactly the same calculation as finding the LCM of 4 and 6.

You can, and it'll always work. But it won't always give you the smallest common denominator. With 1/4 and 1/6, multiplying gives 24, but the LCD is only 12. Sticking with the LCD means smaller numbers and less simplifying at the end.

Same three methods, just include all the denominators. Prime factorization handles this well: break every denominator into primes, then take the highest power of each prime across all of them. For 1/4, 1/6, and 1/9: you get 2², 3², and the LCD is 2² × 3² = 36. The ladder method also shines here.

The denominator tells you the size of each piece. You can't add fourths and sixths directly, just like you can't add inches and centimeters without converting. The LCD gives both fractions the same piece size so you can combine the numerators.

Then the bigger denominator is already the LCD. No extra work needed. For 1/3 and 1/12, the LCD is just 12, since 12 ÷ 3 = 4 with nothing left over. You only have to convert the 1/3.

Depends on the numbers. Small denominators (under 12)? Listing multiples is fastest. Bigger or less familiar numbers? Prime factorization won't let you down. Got three or more denominators? The ladder method keeps things organized. Pick whatever clicks for the problem you're looking at.

It's 15. Since 3 and 5 don't share any factors (they're coprime), the LCD is just 3 × 5. Any time two denominators have no common factor other than 1, you can multiply them to get the LCD directly.

Nope. The LCD only matters for addition and subtraction. To multiply fractions, just multiply straight across (numerator × numerator, denominator × denominator). To divide, flip the second fraction and multiply. No common denominator needed for either one.

First, check if the bigger number is already a multiple of the smaller one. If so, you're done instantly. Otherwise, for small numbers just list multiples until you spot a match. For larger numbers, prime factorization is your best bet: factor both, take the highest power of each prime, multiply.

Related Guides