How it works
Fraction arithmetic follows fixed rules. Addition and subtraction need a common denominator; multiplication and division do not. The calculator then reduces the answer by dividing the numerator and denominator by their greatest common divisor (GCD).
a/b − c/d = (a·d − c·b) / (b·d)
a/b × c/d = (a·c) / (b·d)
a/b ÷ c/d = (a·d) / (b·c)
Worked example
To add 1/2 + 1/3, use a common denominator of 6: 1/2 = 3/6 and 1/3 = 2/6, so the sum is 5/6, which is already in lowest terms.