Add, subtract, multiply, or divide fractions โ with automatic simplification.
This fraction calculator performs addition, subtraction, multiplication, and division on any two fractions. It automatically simplifies the final result using the greatest common divisor (GCD).
To simplify a fraction, both the numerator and denominator are divided by their greatest common divisor:
Simplified Fraction = (n รท GCD(n, d)) / (d รท GCD(n, d))
Add 1/4 + 1/6:
(1 ร 6 + 1 ร 4) / (4 ร 6) = (6 + 4) / 24 = 10 / 24 Simplified: 5 / 12