Explanation
How Fraction Calculator works
A fraction describes a share made up of a numerator (top) and a denominator (bottom). The fraction calculator works exactly with whole-number numerators and denominators and only rounds for the decimal representation.
When adding and subtracting, the fractions are first brought to a common denominator; when multiplying, the numerators and denominators are each multiplied; when dividing, you multiply by the reciprocal. The result is then fully reduced.
a/b ± c/d = (a·d ± c·b) / (b·d)Using the common denominator b·d, the numerators are combined.
a/b · c/d = (a·c)/(b·d) und a/b ÷ c/d = (a·d)/(b·c)When dividing, you multiply by the reciprocal of the second fraction.
The calculator reduces every result by the greatest common divisor and normalizes the sign onto the numerator.