Adding and Subtracting Fractions Calculator
Add or subtract 2 to 10 fractions at once with the least common denominator (LCD) method, showing every conversion, reduction, and mixed-number step.
How to use this calculator
Enter a numerator and denominator for each fraction. The first fraction is always added; every fraction after it has a + / − toggle so you can mix addition and subtraction freely. Use Add fraction to include up to 10 fractions, or remove a row with the × button (down to a minimum of two). The answer band updates live, and the steps below show the full least common denominator (LCD) method.
-3) to make that fraction negative — the calculator rewrites it using the standard sign rule automatically.The LCD method: three steps
Unlike a two-fraction calculator that can cross-multiply, adding three or more fractions needs a shared denominator that all of them scale to cleanly. That's the least common denominator (LCD) — the least common multiple of every denominator in the expression.
- Find the LCD. Take the least common multiple of every denominator, exactly as entered.
- Convert each fraction. Multiply each fraction's numerator and denominator by whatever factor makes its denominator equal to the LCD.
- Add or subtract the numerators. With every fraction now over the same denominator, combine the numerators according to each fraction's sign, then reduce the result and convert to a mixed number if it's improper.
where is the LCD of .
Why you can't add the numerators and denominators directly
A fraction's denominator sets the size of the "slices" it's counting — counts halves, counts thirds. Those are different-sized pieces, so can't become (which is actually smaller than alone, and clearly wrong). The LCD step rewrites every fraction in same-sized pieces (sixths, in this case) before the numerators are ever combined.
Handling negative fractions
Typing a minus sign into a numerator rewrites the expression using two rules: adding a negative fraction becomes subtracting its positive version, and subtracting a negative fraction becomes adding its positive version. Either way, every fraction shown in the steps ends up with a positive numerator and denominator — the sign moves entirely onto the + / − toggle.
Worked examples
Example 1 — three fractions:
LCD(2, 3, 4) = 12. Converting: . Since 13 ≥ 12, convert to a mixed number: the answer is .
Example 2 — mixed operations:
LCD(2, 4, 8) = 8. Converting: . The answer is the whole number .
Example 3 — a negative result:
LCD(2, 4) = 4. Converting: . The answer is — negative results are perfectly valid.
Precision note
Every computation uses arbitrary-precision integers (BigInt), not floating-point numbers — so the LCD, every converted numerator, and the final reduced fraction stay exact no matter how large the denominators are or how many fractions are combined.
Frequently asked questions
- How do you add fractions that have different denominators?
- Find the least common denominator (LCD) of every fraction, rewrite each one as an equivalent fraction over that LCD, then add the numerators. For , the LCD is 6, so it becomes .
- Why can't you just add the numerators and denominators directly?
- A fraction represents a share of a whole, and that whole is defined by the denominator. and are shares of differently sized wholes, so adding "1+1" over "2+3" would compare pieces that are not the same size — the LCD step makes every piece the same size first.
- What is the LCD method, and how is it different from cross-multiplying?
- The LCD method finds the least common multiple of all the denominators and scales every fraction to it, which stays efficient for any number of fractions. Cross-multiplying (used for exactly two fractions) multiplies every denominator together instead, which works but often produces a much larger, unreduced denominator.
- Can this calculator add or subtract more than two fractions at once?
- Yes. It handles 2 to 10 fractions in a single expression, mixing addition and subtraction freely, e.g. .
- How do you subtract a negative fraction?
- Subtracting a negative fraction is the same as adding the positive version: . The calculator applies this rewrite automatically whenever a numerator is entered as negative.
- Why does 2/3 + 4/6 use an LCD of 6 instead of 3?
- The LCD is taken from the denominators exactly as entered — 3 and 6 — giving LCD = 6, even though could be simplified to first. Simplifying beforehand would change which denominators are being compared, so the calculator scales from the literal input.
- Does the calculator show mixed numbers?
- Yes. Whenever the reduced sum is an improper fraction (numerator at least as large as the denominator), the calculator also converts it to a mixed number — for example becomes .