LCD Calculator (Least Common Denominator)

Find the least common denominator (LCD) for two or more fractions. See step-by-step solutions using prime factorization, the listing method, and the GCD formula.

πŸ” LCD Calculator (Least Common Denominator)

Result

LCD15
Fraction 15/15
Fraction 26/15

Steps

Step 1Denominators: 3 and 5
Step 2GCD(3, 5) = 1
Step 3LCD = (3 Γ— 5) / GCD = 15 / 1 = 15
Step 4Convert: 1/3 = 1Γ—5 / 3Γ—5 = 5/15
Step 5Convert: 2/5 = 2Γ—3 / 5Γ—3 = 6/15
Step 6Multiples of 3: 3, 6, 9, 12, 15, 18, 21, 24, …
Step 7Multiples of 5: 5, 10, 15, 20, 25, 30, 35, 40, …
Step 8Smallest common multiple: 15

How to Find the Least Common Denominator

The denominator is the bottom number of a fraction β€” for 1/3, the denominator is 3. A common denominator is a denominator shared by two or more fractions. The least common denominator (LCD) is the smallest number that every denominator divides into evenly.

For example, the LCD of 1/3 and 2/5 is 15, because 15 Γ· 3 = 5 and 15 Γ· 5 = 3 β€” both divide evenly with no remainder.

There are three methods to find the LCD.

Method 1: Prime Factorization

Find the prime factors of each denominator, then multiply all the prime factors together, taking common factors only once.

Example: Find the LCD of 10 and 15.

  1. Prime factors of 10: 2 Γ— 5
  2. Prime factors of 15: 3 Γ— 5
  3. Common factor: 5 (use only once)
  4. LCD = 2 Γ— 3 Γ— 5 = 30

Method 2: Listing Multiples

List multiples of each denominator and find the smallest number that appears in both lists.

Example: Find the LCD of 4 and 6.

  • Multiples of 4: 4, 8, 12, 16, 20, 24, …
  • Multiples of 6: 6, 12, 18, 24, 30, …
  • Common multiples: 12, 24, 36, … β†’ Smallest = 12

Method 3: Using the GCD Formula

The fastest method: LCD = (a Γ— b) / GCD(a, b), where a and b are the two denominators.

Example: Find the LCD of 3 and 5.

  • GCD(3, 5) = 1 (they share no common factors)
  • LCD = (3 Γ— 5) / 1 = 15

Another example: LCD of 8 and 12.

  • GCD(8, 12) = 4
  • LCD = (8 Γ— 12) / 4 = 96 / 4 = 24
Quick check: After finding the LCD, verify that each denominator divides into it evenly. If LCD = 24: 24 Γ· 8 = 3 βœ“, 24 Γ· 12 = 2 βœ“.

How to Use the LCD to Add Fractions

The main reason to find the LCD is so you can add or subtract fractions with different denominators. Here's the process:

  1. Find the LCD of the denominators.
  2. Convert each fraction to an equivalent fraction with the LCD as the denominator.
  3. Add (or subtract) the numerators.
  4. Simplify the result if needed.

Example: 1/3 + 2/5

  • LCD of 3 and 5 = 15
  • 1/3 = 5/15 (multiply by 5/5)
  • 2/5 = 6/15 (multiply by 3/3)
  • 5/15 + 6/15 = 11/15

LCD vs. LCM vs. GCF β€” What's the Difference?

  • LCD (Least Common Denominator): The smallest common multiple of fraction denominators. Used to add/subtract fractions.
  • LCM (Least Common Multiple): The smallest common multiple of any two (or more) numbers β€” not just denominators. The LCD is the LCM of the denominators.
  • GCF/GCD (Greatest Common Factor/Divisor): The largest number that divides both numbers evenly. Used to simplify fractions and also to compute the LCD via the formula LCD = (a Γ— b) / GCD.

Frequently Asked Questions

What is the least common denominator used for?

The LCD is used to convert fractions to equivalent fractions with the same denominator so you can add, subtract, or compare them. Without a common denominator, you cannot directly combine fractions.

Are LCD and LCM the same thing?

They're related but not identical. The LCM is the least common multiple of any set of numbers. The LCD is specifically the LCM of the denominators of two or more fractions. So the LCD is a specific application of the LCM concept.

What is the difference between LCD and GCF?

They serve opposite purposes. The GCF (Greatest Common Factor) is the largest number that divides into all given numbers β€” used to simplify fractions. The LCD is the smallest number that all denominators divide into β€” used to find common denominators for adding fractions.

What if the denominators are already the same?

If the fractions already have the same denominator, the LCD is simply that denominator. For example, the LCD of 3/7 and 5/7 is just 7. You can add them directly: 3/7 + 5/7 = 8/7.

Can you find the LCD of more than two fractions?

Yes! Find the LCD of the first two denominators, then find the LCD of that result with the third denominator, and so on. For example, LCD of 2, 3, and 5: LCD(2,3) = 6, then LCD(6,5) = 30.

LCD = (a Γ— b) / GCD(a, b)

Where:

  • a, b = The two denominators
  • GCD(a,b) = Greatest Common Divisor of a and b
  • LCD = Least Common Denominator β€” smallest number divisible by both

πŸ“ Worked Example

1

LCD(3, 5)

(3 Γ— 5) / GCD(3,5) = 15 / 1

= 15

2

LCD(8, 12)

(8 Γ— 12) / GCD(8,12) = 96 / 4

= 24

3

LCD(10, 15)

(10 Γ— 15) / GCD(10,15) = 150 / 5

= 30