How the Adding Fractions Calculator works
This calculator adds two fractions using the standard common-denominator method taught in arithmetic: rewrite both fractions over the same denominator, add the numerators, then simplify. It also converts the result to a decimal and, if the sum is improper, to a mixed number.
Formula and method
For fractions a/b and c/d, the sum is a/b + c/d = (a×d + b×c) / (b×d). This calculator uses the least common denominator (LCD) of b and d rather than the raw product b×d, which keeps the intermediate numbers smaller but produces the exact same final answer once reduced. The LCD is found from the greatest common divisor (GCD): LCD = |b × d| ÷ GCD(b, d). Each fraction's numerator is then multiplied by whatever factor turns its denominator into the LCD, the two adjusted numerators are added, and the sum is divided by its own GCD with the LCD to reduce it to lowest terms.
Common sources of error
- Adding denominators directly: 1/2 + 1/3 is not 2/5 — denominators must be equalized first, then only the numerators are added.
- Zero denominator: a denominator of 0 makes a fraction undefined; this calculator rejects it.
- Skipping simplification: an unsimplified sum like 6/8 is mathematically equal to 3/4 but should be reduced — this calculator always reduces automatically.
Checking your result
Multiply the simplified numerator and denominator back up and confirm they match the unsimplified sum before reduction. Check the decimal view against a quick estimate — 1/2 + 1/3 should land near 0.83, not near 0.4 (the giveaway for the "add denominators" mistake). If the sum's numerator exceeds its denominator, expect a mixed number with a whole-number part of at least 1.
Applications
Adding fractions comes up when combining measurements given in fractional units — inches on a tape measure, cups in a recipe, or hours recorded as fractions of a shift — and in algebra or homework problems that require an answer in lowest terms. Keep the numerator and denominator together as a pair when you record or share a fraction result, since either number alone is meaningless.