Fraction Calculator
Add, subtract, multiply, and divide fractions — get exact results with step-by-step simplification.
Enter your values above to see the results.
Tips & Notes
- ✓No LCD? Multiply both denominators together: 1/3 + 1/7 → denominator 21 → 7/21 + 3/21 = 10/21.
- ✓Cross-simplify before multiplying: in 4/9 × 3/8, cancel 4 with 8 and 3 with 9 before computing.
- ✓Mixed number to improper fraction: (whole × denominator) + numerator over denominator. Always do this first.
- ✓Compare fractions by cross-multiplying: 5/8 vs 7/11 → 5×11=55 vs 7×8=56 → 7/11 is larger.
- ✓Verify with decimals: if 3/4 + 1/3 = 13/12, check 0.75 + 0.333 = 1.083 = 13 ÷ 12.
Common Mistakes
- ✗Adding denominators directly: 1/3 + 1/4 ≠ 2/7. Find LCD = 12 first, then add numerators.
- ✗Not flipping the second fraction when dividing: 3/4 ÷ 2/5 requires × 5/2, giving 15/8, not 6/20.
- ✗Skipping mixed-number conversion: turn 2 and 1/2 into 5/2 before any operation, every time.
- ✗Stopping simplification too early: 6/9 must reach 2/3, and 4/8 must reach 1/2.
- ✗Cross-simplifying two numerators or two denominators — only cancel across fractions, never within one.
Fraction Calculator Overview
A fraction represents division — the numerator divided by the denominator, expressing a quantity as a part of a whole or a ratio of two quantities. Fractions are more precise than decimals (1/3 is exact; 0.333... is an approximation), and mastering fraction arithmetic is essential for algebra, probability, chemistry, and any field requiring exact rational arithmetic. The four operations — addition, subtraction, multiplication, and division — each follow their own specific rules that cannot be mixed up.
The fundamental principle: multiplying or dividing both numerator and denominator by the same nonzero number does not change the fraction's value. This is why equivalent fractions exist and why simplification works.
Multiplication — the simplest operation: multiply numerators, multiply denominators, then simplify:
(a/b) × (c/d) = ac/bd
EX: 3/4 × 2/5 = 6/20 = 3/10 | EX: 5/6 × 3/10 — cross-simplify first: cancel 5 with 10 (÷5) and 3 with 6 (÷3) → 1/2 × 1/2 = 1/4Division — multiply by the reciprocal of the divisor:
(a/b) ÷ (c/d) = (a/b) × (d/c) = ad/bc
EX: 3/4 ÷ 2/5 → flip 2/5 to 5/2 → 3/4 × 5/2 = 15/8 = 1 and 7/8
EX: 5/6 ÷ 5/18 → flip to 18/5 → 5/6 × 18/5 → cross-simplify: 1/6 × 18/1 = 18/6 = 3Addition and subtraction — require the same denominator (LCD):
a/b + c/d = (ad + bc) / bd (using bd as common denominator, then simplify)
EX: 1/4 + 1/6 → LCD=12 → 3/12 + 2/12 = 5/12
EX: 5/6 − 1/4 → LCD=12 → 10/12 − 3/12 = 7/12
EX: 7/8 + 3/10 → LCD=40 → 35/40 + 12/40 = 47/40 = 1 and 7/40Mixed numbers — convert to improper fractions before any arithmetic:
EX: 2 and 3/4 → (2×4+3)/4 = 11/4 | 3 and 1/3 → (3×3+1)/3 = 10/3Simplification — divide both numerator and denominator by their GCF:
EX: 18/24 → GCF(18,24)=6 → 3/4 | EX: 36/48 → GCF=12 → 3/4 | EX: 24/36 → GCF=12 → 2/3Cross-simplification before multiplying — saves steps by reducing before computing:
EX: 4/9 × 3/8 — cancel 4 with 8 (÷4) giving 1/9 × 3/2, then cancel 3 with 9 (÷3) giving 1/3 × 1/2 = 1/6Fractions encode exact relationships that decimals can only approximate. One third is precisely 1/3 — its decimal equivalent 0.333... never terminates, but the fraction is exact. Working with fractions throughout a multi-step calculation and converting to decimal only at the final step preserves full precision and avoids the accumulated rounding error that a decimal-based intermediate calculation introduces. When comparing fractions, cross-multiplication is the fastest method: for a/b vs c/d, compare a×d to b×c without finding a common denominator. For fraction arithmetic, the LCD (lowest common denominator) minimizes the size of intermediate values and the simplification required afterward. Professional calculators and computer algebra systems represent intermediate results as exact fractions internally precisely because floating-point decimal arithmetic accumulates errors that exact rational arithmetic does not.