lowest common denominator calculator

LCD Calculator

Enter fractions (like 1/4, 3/10, 7/15) or just denominators (like 4, 10, 15) to find the lowest common denominator instantly.

Accepted separators: comma, space, semicolon, or new line.

What is the Lowest Common Denominator?

The lowest common denominator (LCD), also called the least common denominator, is the smallest number that each denominator can divide into evenly. It is essential when adding, subtracting, or comparing fractions because fractions must share a common denominator before many operations make sense.

For example, to add 1/4 + 1/6, the LCD is 12. You convert each fraction so both denominators become 12: 1/4 = 3/12 and 1/6 = 2/12, then add to get 5/12.

How this calculator works

Step 1: Extract denominators

If you enter full fractions, the calculator reads the number below the slash. If you enter plain numbers, it treats those as denominators directly.

Step 2: Compute the least common multiple (LCM)

The LCD is exactly the LCM of all denominators. The script uses the Euclidean algorithm to compute GCD values and then builds the LCM efficiently.

Step 3: Return the result with steps

You get the final LCD and a short step-by-step breakdown so you can verify the result or show your work for class.

When should you use an LCD calculator?

  • Adding or subtracting fractions with different denominators
  • Comparing fractions quickly
  • Preparing fraction equations for algebra problems
  • Checking homework or test prep answers
  • Reducing mistakes when working with several fractions at once

Quick examples

Example 1: Two fractions

Input: 2/9, 5/12
Denominators: 9 and 12
LCD: 36

Example 2: Multiple fractions

Input: 1/8, 3/20, 7/30
Denominators: 8, 20, and 30
LCD: 120

LCD vs. GCD (common confusion)

Students often mix up LCD and GCD:

  • LCD / LCM: smallest shared multiple (used to combine fractions)
  • GCD: largest shared factor (used to simplify fractions)

Both are useful, but they solve different problems. If your goal is to put fractions over one denominator, you need the LCD.

Tips for accurate fraction math

  • Always check denominators are not zero.
  • Use absolute values for denominators if negatives appear.
  • After adding or subtracting, simplify the final fraction using GCD.
  • For long expressions, convert all terms to the LCD first, then combine numerators.

๐Ÿ”— Related Calculators