Lowest Common Denominator Calculator

Calculate lowest common denominator — enter your values and get an accurate result with the underlying formula.

Quick Facts

LCD formula
LCD(a, b) = (a x b) / GCD(a, b)
The lowest common denominator is the least common multiple (LCM) of the denominators.
Equivalent fractions
a/b = (a x k) / (b x k)
Multiply numerator and denominator by k = LCD / b to rewrite a fraction over the LCD.
Why it matters
Needed to add or subtract fractions
Fractions must share a denominator before their numerators can be combined.

Your Results

Calculated
Lowest Common Denominator
-
LCM of the denominators
Equivalent Fractions
-
Each fraction rewritten over the LCD
Sum of Fractions
-
Reduced to lowest terms
Sum as Decimal
-
For a quick sanity check

Ready

Enter two fractions (and optionally a third) to find their LCD.

How the Lowest Common Denominator Is Calculated

The lowest common denominator (LCD) of two or more fractions is the smallest positive whole number that every denominator divides into evenly. It is exactly the same quantity as the least common multiple (LCM) of the denominators. Converting fractions to a shared LCD is what makes it possible to add or subtract them, because numerators can only be combined once they count parts of the same size.

Formula and method

For two denominators a and b, the calculator first finds their greatest common divisor (GCD) using the Euclidean algorithm — repeatedly replacing the pair (a, b) with (b, a mod b) until the remainder is zero, at which point the nonzero value is the GCD. The LCD then follows from LCD(a, b) = (a × b) ÷ GCD(a, b). For example, GCD(4, 6) = 2, so LCD(4, 6) = (4 × 6) ÷ 2 = 12. When a third denominator c is entered, the calculator applies the same rule twice: LCD(a, b, c) = LCD(LCD(a, b), c). Once the LCD is known, each fraction is rewritten by multiplying its numerator and denominator by k = LCD ÷ (its own denominator), which produces an equivalent fraction with the same value but a matching denominator. Adding those equivalent numerators over the shared LCD gives the sum of the original fractions, which the calculator then reduces to lowest terms by dividing both the sum's numerator and the LCD by their GCD.

Common mistakes

  • Using the product instead of the LCD: multiplying all denominators together (e.g., 4 × 6 = 24) always gives a common denominator, but it is not the lowest one unless the denominators share no common factors — dividing by the GCD gets you the smaller, correct LCD (12, not 24).
  • Forgetting to scale the numerator: when a denominator is multiplied by k to reach the LCD, the numerator must be multiplied by the same k, or the fraction's value changes.
  • Confusing LCD with GCF: the LCD (a least common multiple) is used to add or subtract fractions; the greatest common factor (GCF) is used to simplify or reduce a single fraction. They are computed differently and used for opposite tasks.

Real-world applications

  • Adjusting recipe measurements given in different fraction sizes (1/4 cup plus 1/6 cup) before combining ingredients.
  • Adding time or measurement fractions in construction, sewing, or woodworking plans (e.g., 3/8 inch plus 5/16 inch).
  • Comparing or combining probabilities and ratios expressed as fractions with different denominators.
  • Teaching and homework contexts where students need to show the LCD step explicitly before adding or subtracting fractions.

Frequently Asked Questions

What is the lowest common denominator (LCD)?
The lowest common denominator is the smallest positive whole number that is a multiple of every denominator in a set of fractions. It is the same value as the least common multiple (LCM) of those denominators, and it lets you rewrite each fraction with an identical denominator so the numerators can be added or subtracted directly.
How do you find the LCD of two fractions?
Find the greatest common divisor (GCD) of the two denominators using the Euclidean algorithm, then divide the product of the denominators by that GCD: LCD(a, b) = (a × b) ÷ GCD(a, b). For example, GCD(4, 6) = 2, so LCD(4, 6) = (4 × 6) ÷ 2 = 12.
What is the difference between the LCD and the GCF?
The LCD (least common multiple of the denominators) is the smallest number every denominator divides into evenly, and it is used to add or subtract fractions. The GCF (greatest common factor) is the largest number that divides evenly into a set of numbers, and it is used to simplify or reduce a fraction to lowest terms. They solve opposite problems.
Why do fractions need a common denominator before adding or subtracting?
A fraction's denominator sets the size of each part being counted. Numerators can only be added or subtracted directly when they count parts of the same size, so fractions must share a denominator first. Converting to the LCD keeps the numbers as small as possible while making that comparison valid.