Fraction Calculator

Add, subtract, multiply, divide, and simplify fractions

Enter Fractions

Result

Enter fractions and press Calculate

What is the Fraction Calculator?

Fractions are one of the first places math starts to feel genuinely tricky. Adding 1/3 and 1/4 is not obvious, and multiplying mixed numbers is even less so. A fraction calculator takes in the numerators and denominators, applies the correct arithmetic, and gives you a simplified result. Students use it when working through fractions for the first time. Adults use it for recipes, measurements, and any situation where whole numbers don't quite cut it.

How Does It Work?

Each operation has a specific method:

Addition/Subtraction: a/b ± c/d = (a×d ± c×b) / (b×d), then simplify

Multiplication: a/b × c/d = (a×c) / (b×d), then simplify

Division: a/b ÷ c/d = (a×d) / (b×c), then simplify

a, c = numerators (top numbers)

b, d = denominators (bottom numbers)

The result is always reduced to its simplest form using the GCD

How to Use CalciHub's Fraction Calculator

1. Enter the numerator and denominator for the first fraction.

2. Select the operation: add, subtract, multiply, or divide.

3. Enter the numerator and denominator for the second fraction.

4. Click Calculate — the answer appears in simplified form.

5. If you have a mixed number (e.g., 2 ¾), convert it to an improper fraction first: multiply the whole number by the denominator and add the numerator (2 × 4 + 3 = 11, so 11/4).

Tip: If the denominator field is left blank or set to zero, the calculator will flag an error — a denominator of zero makes the fraction undefined.

A Quick Example

A recipe calls for 2/3 cup of flour plus 3/4 cup of flour. How much is that in total?

2/3 + 3/4

= (2×4 + 3×3) / (3×4)

= (8 + 9) / 12

= 17/12

= 1 and 5/12 cups

The answer is 1 and 5/12 cups of flour. Without the calculator, finding the common denominator and simplifying would take considerably longer.

Frequently Asked Questions

It finds the Greatest Common Divisor (GCD) of the numerator and denominator, then divides both by it. For 12/16, the GCD is 4, so the simplified form is 3/4.