Home Categories Popular About

Fraction Operation

โ€”
โ€”

How the Fraction Calculator Works

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).

Formulas Used

Simplification Formula

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))
  

Example

Add 1/4 + 1/6:

(1 ร— 6 + 1 ร— 4) / (4 ร— 6)
= (6 + 4) / 24
= 10 / 24
Simplified: 5 / 12