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.