Finance Tax Math Health Conversion Currency Converter Comparisons Week Number Word Counter Date Calculator Glossary
← Glossary Math · Fundamentals

LCD (Lowest Common Denominator)

$$\text{LCD}(b,\,d) = \frac{b \times d}{\gcd(b,\,d)}$$

Use the LCD (Lowest Common Denominator) Calculator →

What is LCD (Lowest Common Denominator)?

The LCD (Lowest Common Denominator) is the smallest positive integer that is evenly divisible by both denominators in a pair of fractions. It equals the LCM of the two denominators. For the fractions 3/4 and 1/6, LCD(4, 6) = LCM(4, 6) = 12.

The LCD is the essential step in adding or subtracting fractions with different denominators. Converting both fractions to the LCD makes their denominators identical, meaning each fraction counts the same-sized parts - so numerators can be added or subtracted directly.

Computing the LCD: LCD(b, d) = (b × d) ÷ GCD(b, d). For denominators 4 and 6: GCD(4, 6) = 2, so LCD = (4 × 6) ÷ 2 = 12. When denominators are coprime (GCD = 1), the LCD equals their product.

LCD (Lowest Common Denominator) explained to a beginner

You want to add 1/4 and 1/3 of a pizza. But fourths and thirds are different slice sizes, so you cannot count them together yet. The LCD asks: what is the smallest number of equal slices you could cut both pizzas into so the sizes match? The answer is 12 - twelfths work for both evenly. That is the LCD.

Once both fractions are in twelfths: 1/4 = 3/12 and 1/3 = 4/12. Now the slice size is identical and 3/12 + 4/12 = 7/12.

When to use LCD (Lowest Common Denominator)

Use the LCD whenever you add or subtract fractions with different denominators. It also applies to comparing fractions (convert both to the LCD, then compare numerators) and to simplifying complex fractions that have fractions in their numerator or denominator.

Worked examples for LCD (Lowest Common Denominator)

This table quickly gives you the overview you need to understand LCD (Lowest Common Denominator) and its most important comparisons.

Denominators b, dGCD(b, d)LCD = b×d÷GCDNote
4, 62124×6÷2 = 12
3, 5115Coprime: LCD = product
6, 93186×9÷3 = 18
5, 1051010 is already a multiple of 5
8, 124248×12÷4 = 24

Common pitfalls

Using the product b × d as the common denominator always works, but when GCD > 1 it produces unnecessarily large numbers. For 3/4 + 1/6, using 24 instead of 12 gives 18/24 + 4/24 = 22/24, requiring simplification to 11/12. Starting with the LCD skips that extra step. When denominators are coprime, the product IS the LCD so there is no saving to be had.

Frequently asked questions about LCD (Lowest Common Denominator)

What is the difference between LCD and LCM?

LCD (Lowest Common Denominator) is the same mathematical object as LCM (Lowest Common Multiple), applied specifically to the denominators of fractions. LCD(b, d) = LCM(b, d). LCD is the fraction-context term; LCM is the more general number-theory term.

Is the LCD always the product of the two denominators?

Only when the denominators are coprime. For 3/5 + 2/7, LCD = 5 × 7 = 35. For 3/4 + 1/6, GCD(4, 6) = 2, so LCD = 12, not 24. The product is always a valid common denominator but not always the lowest.

Can the LCD be one of the existing denominators?

Yes - when one denominator is a multiple of the other. LCD(5, 10) = 10 because 10 is already divisible by 5. Only the first fraction needs converting: 2/5 becomes 4/10, and 3/10 stays unchanged.

Related terms

Related calculators