Fraction Calculator

Add, subtract, multiply or divide two fractions. The result is automatically reduced to lowest terms, and you also get the decimal equivalent.

Enter two fractions, choose an operation and press Calculate.

How to add, subtract, multiply and divide fractions

Every fraction operation reduces to a couple of rules. To add or subtract, you need a common denominator; to multiply, you multiply straight across; to divide, you multiply by the reciprocal (flip the second fraction). After any operation the answer is reduced to lowest terms by dividing the numerator and denominator by their greatest common divisor (GCD).

The fraction formulas

add: a/b + c/d = (a·d + c·b) / (b·d) subtract: a/b − c/d = (a·d − c·b) / (b·d) multiply: a/b × c/d = (a·c) / (b·d) divide: a/b ÷ c/d = (a·d) / (b·c)

Worked example

Add 1/2 + 1/3:

Common denominator: 2 × 3 = 6.
Rewrite: 1/2 = 3/6 and 1/3 = 2/6.
Add numerators: 3/6 + 2/6 = 5/6 (already in lowest terms, ≈ 0.8333).
Reminder: a fraction is in lowest terms when the only number that divides both top and bottom is 1. 4/8 reduces to 1/2 because both share a factor of 4.

Frequently asked questions

How do you add two fractions?

Give them a common denominator, add the numerators, then simplify. 1/2 + 1/3 becomes 3/6 + 2/6 = 5/6.

How do you divide fractions?

Multiply the first fraction by the reciprocal of the second — flip the second fraction and multiply. 1/2 ÷ 1/3 = 1/2 × 3/1 = 3/2.

How does the calculator simplify the answer?

It divides the numerator and denominator by their greatest common divisor (GCD), giving the result in lowest terms. It also shows the decimal value.

Can it handle negative fractions?

Yes. Enter a negative numerator (or denominator) and the sign is carried through the calculation correctly.

MB
Mustafa Bilgic · Editor, Calcool
Fraction arithmetic and reduction by the greatest common divisor (GCD) are standard results from elementary number theory and arithmetic, as covered in any pre-algebra curriculum and references such as Wolfram MathWorld. The math runs in your browser.

Related calculators