Fraction Calculator

Two fractions, one operation, reduced to lowest terms. Click any i for detail.

Jump to result

Fractions

First numerator
i
Numerator

Top of the first fraction.

First denominator
i
Denominator

Must be non-zero.

Operation
i
Op

Add, subtract, multiply, or divide.

Second numerator
i
Numerator

Top of the second fraction.

Second denominator
i
Denominator

Bottom of the second fraction.

How to use this calculator

  1. Enter numerator and denominator for both fractions.
  2. Pick add, subtract, multiply, or divide.
  3. Read the reduced result and decimal.
  4. Convert mixed numbers to improper fractions first.

Results explained

Addition and subtraction use a common denominator. Multiplication multiplies tops and bottoms. Division multiplies by the reciprocal. Results reduce by GCD.

Quick reference: fraction ops

1/2 + 1/3 needs denominator 6.

ItemDetail
Add/subtract(ad ± bc) / bd
Multiplyac / bd
Dividead / bc
Reducedivide top and bottom by gcd

Mixed numbers like 1 1/2 should become 3/2 before you calculate.

How the estimate is built

a/b ± c/d = (ad ± bc)/bd; a/b × c/d = ac/bd; a/b ÷ c/d = ad/bc; reduce by gcd.

Example scenario

1/2 + 1/3 → 5/6 (≈ 0.833).

FAQ

How do I enter 1 1/2?

Convert to 3/2: multiply the whole number by the denominator, add the numerator.

Why is divide upside down?

Dividing by c/d is the same as multiplying by d/c.

Does this do percent off?

No. Percent markdown is a money page, not fraction arithmetic.