➗ Fraction Arithmetic & Simplifier Calculator
Add, subtract, multiply and divide fractions — including mixed numbers and a third fraction, which the top-ranking calculator does not accept.
Leave the whole-number boxes empty for plain fractions. Fill the third fraction to chain a second operation — most calculators stop at two.
What Fraction Arithmetic & Simplifier Calculator Does
Fractions are the first place arithmetic stops being mechanical. Multiplication and division are easy — multiply straight across, or flip the second fraction and multiply. Addition and subtraction are where it goes wrong, because you cannot add quarters to sixths until both are expressed in the same units.
There are two ways to reach a common denominator. The blunt one multiplies both denominators together, which always works and often leaves you simplifying a large result afterwards. The tidier one finds the least common multiple, which keeps the numbers small and usually lands on a simplified answer immediately. For 3/4 + 1/6, the blunt method gives 22/24 and the least common denominator of 12 gives 11/12 directly — the same value, less cleanup.
Most calculators for this term handle two fractions. Real problems frequently involve three or more, and half a recipe scaled by two thirds and then split three ways is not an unusual thing to need. This one takes an optional third term with its own operator, and accepts whole-number parts so you can enter 2½ rather than converting it to 5/2 first.
One habit worth keeping: convert mixed numbers to improper fractions before doing anything else. 2⅓ becomes 7/3, the arithmetic proceeds normally, and you convert back at the end. Trying to operate on the whole and fractional parts separately is where most hand-calculation errors come from.
How to Use Fraction Arithmetic & Simplifier Calculator
- Enter numerator and denominator for Fraction 1 and Fraction 2
- Select mathematical operator (+, −, ×, ÷)
- View reduced simplified fraction, mixed number, and decimal value
Formula Used by Fraction Arithmetic & Simplifier Calculator
Addition and subtraction — common denominator required
a/b ± c/d = (a×d ± c×b) ÷ (b×d)
- b × d
- A common denominator, though not necessarily the least one
- a × d, c × b
- Each numerator scaled by the other fraction's denominator
Worked example
3/4 + 1/6
- Cross-multiply: (3 × 6) + (1 × 4) = 18 + 4 = 22
- Denominator: 4 × 6 = 24
- 22/24, then divide both by their greatest common divisor of 2
Result: 11/12
The least common denominator route
Scale each fraction to the least common multiple of the denominators, then add numerators
- LCM
- The smallest number every denominator divides into evenly
Worked example
1/4 + 1/6 + 1/2
- Multiples of 4: 4, 8, 12 — of 6: 6, 12 — of 2: 2, 4, 6, 8, 10, 12
- The least common denominator is 12
- 3/12 + 2/12 + 6/12
Result: 11/12, already simplified — no reduction step needed
Multiplication, division and mixed numbers
a/b × c/d = ac/bd · a/b ÷ c/d = a/b × d/c = ad/bc · w n/d = (w×d + n)/d
- Reciprocal
- Dividing by a fraction is multiplying by it upside down
- w n/d
- A mixed number: whole part w, numerator n, denominator d
Worked example
2⅓ + 1½
- Convert: 2⅓ = (2×3 + 1)/3 = 7/3
- Convert: 1½ = (1×2 + 1)/2 = 3/2
- 7/3 + 3/2 = (14 + 9)/6
Result: 23/6, or 3⅚ as a mixed number
The four operations on 3/4 and 1/6
One pair of fractions through every operation. Note how only addition and subtraction need the denominators reconciled first.
| Operation | Working | Result | Decimal |
|---|---|---|---|
| 3/4 + 1/6 | (18 + 4)/24 = 22/24 | 11/12 | 0.9167 |
| 3/4 − 1/6 | (18 − 4)/24 = 14/24 | 7/12 | 0.5833 |
| 3/4 × 1/6 | 3/24 | 1/8 | 0.1250 |
| 3/4 ÷ 1/6 | 3/4 × 6/1 = 18/4 | 9/2 | 4.5000 |
Two routes to a common denominator
Both are correct. The least common denominator keeps the numbers smaller and usually avoids a reduction step at the end.
| Method | For 1/4 + 1/6 + 1/2 | Intermediate | Final |
|---|---|---|---|
| Multiply all denominators | Denominator 48 | 12/48 + 8/48 + 24/48 = 44/48 | 11/12 after reducing by 4 |
| Least common multiple | Denominator 12 | 3/12 + 2/12 + 6/12 = 11/12 | 11/12, already simplified |
Mixed numbers and improper fractions
Convert to improper form before calculating, and back afterwards. A negative whole part carries the sign across the whole quantity.
| Mixed | Improper | Decimal |
|---|---|---|
| 2 1/3 | 7/3 | 2.3333 |
| 1 1/2 | 3/2 | 1.5000 |
| 3 5/6 | 23/6 | 3.8333 |
| −2 1/3 | −7/3 | −2.3333 |
| 5 (whole number) | 5/1 | 5.0000 |
How to Read Your Result
Why addition needs a common denominator and multiplication does not
A denominator names the unit — quarters, sixths, twelfths. Adding requires the same unit, exactly as you cannot add three meters to four feet without converting one first. Multiplication asks a different question: what is three quarters of one sixth? That is a fraction of a fraction, and the units multiply along with the quantities. This is also why multiplying two proper fractions always gives something smaller than either, which surprises people who expect multiplication to make things bigger.
Dividing by a fraction makes the answer larger
3/4 ÷ 1/6 = 9/2, which is bigger than either input. The question being asked is "how many sixths fit into three quarters?", and since sixths are small, quite a few fit. Flipping the divisor and multiplying is a shortcut for that, not a separate rule — dividing by 1/6 is the same as multiplying by 6.
Simplifying with the greatest common divisor
A fraction is in lowest terms when the numerator and denominator share no factor above 1. Divide both by their greatest common divisor and you are done in a single step: 22/24 has a GCD of 2, giving 11/12 immediately. The Euclidean algorithm finds that divisor by repeatedly taking remainders, and it is one of the oldest algorithms still in everyday use.
When decimals lie and fractions do not
1/3 has no exact decimal representation — 0.3333 is an approximation, and adding three of them gives 0.9999 rather than 1. Fractions are exact. That matters in engineering, cooking and finance, where accumulated rounding across many steps produces visible error. Do the arithmetic in fractions and convert to a decimal once, at the end, if you need one at all.
Negative mixed numbers
The notation −2⅓ means the negative of two and a third, which is −7/3, not −2 + ⅓. The minus sign applies to the whole quantity. It is a small point that produces wrong answers surprisingly often, because the fractional part looks like it should keep its own sign. This calculator applies the sign to the combined value.
Limitations & Accuracy Notes
- Inputs must be whole numbers. A decimal typed into a numerator or denominator is not a fraction, and converting a decimal to a fraction is a different operation.
- Denominators cannot be zero, and dividing by a fraction whose numerator is zero is equally undefined. Both cases return no result rather than an error value.
- Very large numerators or denominators run into the same floating-point limit as every browser tool: beyond about nine quadrillion, integers cannot be represented exactly. Calculator.net addresses this with a separate big-number calculator; this one does not.
- The third fraction is optional but the chain evaluates strictly left to right. There is no operator precedence, so 1/2 + 1/3 × 1/4 is computed as (1/2 + 1/3) × 1/4, not with multiplication first.
- Results are given in lowest terms. If you need a specific denominator — a recipe in eighths, a measurement in sixteenths — you will need to scale the simplified answer back up yourself.
Frequently Asked Questions
How do you add fractions with different denominators?
Can I calculate three fractions at once?
How do I enter a mixed number like 2½?
Why does dividing by a fraction make the answer bigger?
What does simplifying actually do?
Does it work in exact fractions or decimals?
What is the difference between an improper fraction and a mixed number?
Why do I need a common denominator to add fractions?
How does it simplify a result?
How do I divide by a fraction?
Is my data stored?
References & Further Reading
- NIST Digital Library of Mathematical Functions — US National Institute of Standards and Technology reference for mathematical definitions and notation
- Calculator.net — Fraction Calculator — The most complete competing treatment, covering both the cross-multiplication and least-common-multiple routes; its worked examples were used to cross-check the arithmetic here