Common Denominator Calculator

Enter two or three fractions to find their least common denominator (LCD), convert each fraction to an equivalent one over that denominator, and see their sum reduced to lowest terms.

Quick Facts

Method
LCD = least common multiple (LCM) of the denominators
Each numerator is scaled by LCD ÷ its original denominator, so the fraction's value never changes.

Your Results

Calculated
Least common denominator
-
LCM of the denominators
Equivalent fractions
-
Each fraction rewritten over the LCD
Sum of fractions
-
Numerators added over the LCD
Simplified sum
-
Reduced with the GCD

Ready

Enter up to three fractions, then press Calculate.

How the Common Denominator Calculator works

To add, subtract, or compare fractions, they first need matching denominators. This calculator finds the least common denominator (LCD) for up to three fractions, converts each fraction into an equivalent one over that shared denominator, and adds the results together in simplest form.

Formula and method

The LCD is the least common multiple (LCM) of the denominators. For two denominators, LCM(a, b) = |a × b| ÷ GCD(a, b), where the greatest common divisor (GCD) is found with the Euclidean algorithm. For three denominators, the calculator first finds the LCM of the first two, then finds the LCM of that result with the third. Once the LCD is known, each numerator is rescaled by multiplying it by LCD ÷ its original denominator — this keeps the fraction's value unchanged while giving it the new shared denominator. The rescaled numerators are then added together over the common LCD, and the sum is reduced to lowest terms by dividing both the numerator and the LCD by their greatest common divisor.

Common sources of error

  • Confusing the LCD with the product of the denominators: multiplying all denominators together always gives a common denominator, but it is rarely the smallest one, so it leaves fractions unnecessarily large.
  • Forgetting to scale the numerator: a denominator cannot change without multiplying the numerator by the same factor, or the fraction's value changes.
  • Skipping the final reduction: a correct sum like 10/12 should still be simplified to 5/6 by dividing both terms by their greatest common divisor.

Checking your result

A quick check: each converted fraction should equal the original in value — divide the new numerator by the LCD and confirm it matches the original numerator divided by its own denominator. The LCD itself should be evenly divisible by every denominator you entered, with no remainder left over.

Applications

Finding a common denominator is the standard first step for adding or subtracting fractions, comparing which of two fractions is larger, and combining measurements given in different fractional units, such as recipe quantities or shop-drawing dimensions. Keep the reduced form of the result so it is easy to reuse in the next step of a calculation.

Frequently Asked Questions

What is the least common denominator?
The least common denominator (LCD) of two or more fractions is the smallest positive number that every denominator divides into evenly. It is the same value as the least common multiple (LCM) of the denominators. Using the LCD instead of a larger common denominator keeps the resulting fractions as simple as possible.
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 = (d1 × d2) ÷ GCD(d1, d2). For denominators 4 and 6, GCD(4, 6) = 2, so LCD = (4 × 6) ÷ 2 = 12.
Why do fractions need a common denominator before adding?
The denominator sets the size of each part of a whole. You can only add or subtract numerators directly when the parts are the same size, meaning the denominators match. Converting to a common denominator rewrites each fraction using equal-sized parts without changing its value.
Is the least common denominator always the product of the denominators?
No. The product of the denominators is always a common denominator, but it only equals the least common denominator when the denominators share no common factors (are coprime). For example, 4 and 6 share a factor of 2, so their LCD is 12, not their product, 24.