Fraction Calculator

Add, subtract, multiply and divide fractions with simplified results.

/
/

How Fraction Arithmetic Works

This calculator performs the operation, then reduces the result to lowest terms using the greatest common divisor (GCD), and also shows it as a mixed number and decimal.

OperationRuleExample
Additiona/b + c/d = (ad + cb) / bd1/2 + 1/3 = 5/6
Subtractiona/b − c/d = (ad − cb) / bd3/4 − 1/6 = 7/12
Multiplicationa/b × c/d = ac / bd2/3 × 3/4 = 1/2
Divisiona/b ÷ c/d = ad / bc1/2 ÷ 1/4 = 2

Simplifying: The GCD Step

6/8 and 3/4 are the same number; dividing numerator and denominator by their GCD (here 2) puts the fraction in lowest terms. The calculator does this automatically — enter 2/4 + 2/4 and you get 1, not 8/8.

Dividing = Multiplying by the Reciprocal

"Keep, change, flip": keep the first fraction, change ÷ to ×, flip the second. 1/2 ÷ 1/4 becomes 1/2 × 4/1 = 2 — there are two quarters in one half, which makes intuitive sense.

Frequently Asked Questions

How do I add fractions with different denominators?
Bring them to a common denominator first: multiply each numerator by the other denominator, add, and place over the product of the denominators. Then simplify. The calculator does all steps automatically.
What is a mixed number?
A whole number plus a proper fraction — 7/4 written as 1 3/4. The calculator shows both forms when the result is an improper fraction.
Why does dividing by a fraction make numbers bigger?
Dividing by a number smaller than 1 asks "how many of these fit?" — and small pieces fit many times. 3 ÷ 1/2 = 6 because six halves make three wholes.
Can the denominator be zero?
No — division by zero is undefined. The calculator requires positive denominators and blocks dividing by a zero fraction.