Free online fraction calculator
A fraction is one number divided by another (like 1/2 or 3/4). This calculator adds, subtracts, multiplies, or divides any two fractions and reduces the answer automatically.
How to use
- Select an operation: Add (+), Subtract (−), Multiply (×), or Divide (÷).
- Enter the numerator and denominator of the first fraction.
- Enter the numerator and denominator of the second fraction.
- The result appears as a reduced fraction, mixed number, and decimal.
The four operations
Addition: a/b + c/d = (a×d + c×b) / (b×d)
Subtraction: a/b − c/d = (a×d − c×b) / (b×d)
Multiplication: a/b × c/d = (a×c) / (b×d)
Division: a/b ÷ c/d = (a×d) / (b×c)
After computing the result, divide both numerator and denominator by their GCD to fully reduce.
Worked examples
1/2 + 1/3: (1×3 + 1×2) / (2×3) = 5/6 ≈ 0.833
3/4 − 2/5: (3×5 − 2×4) / (4×5) = 7/20 = 0.35
2/3 × 3/4: 6/12 → GCD = 6 → 1/2 = 0.5
5/6 ÷ 5/3: (5×3) / (6×5) = 15/30 → GCD = 15 → 1/2
Notes
- Division by zero (denominator = 0 or dividing by a fraction with numerator = 0) shows an error message.
- Negative fractions work: enter a negative numerator.
- The GCD algorithm (Euclidean) runs in O(log n) time, so very large numerators or denominators compute instantly.
Frequently asked
How are fractions simplified (reduced)?
How is fraction addition calculated?
How is fraction subtraction calculated?
How is fraction multiplication calculated?
How is fraction division calculated?
Related calculators
- Percentage calculator
Five common percentage calculations — of, what percent, change, increase, decrease.
- GPA calculator
Weighted GPA from letter grades and credit hours.
- Scientific calculator
Full scientific calculator with trig, logarithms, memory, and keyboard support.
- Square footage calculator
Calculate room area in square feet, square meters, or square yards.