THE NUMORIX GUIDE
How to use the Fraction Calculator
Last reviewed September 14, 2026
What this calculator does
For a/b and c/d, add or subtract with a common denominator, multiply numerators and denominators directly, or divide by multiplying by the reciprocal.
Formula and method
For a/b and c/d, add or subtract with a common denominator, multiply numerators and denominators directly, or divide by multiplying by the reciprocal. Reduce the result by the greatest common divisor and report its decimal value.
Variables and inputs
A numerator, A denominator, B numerator, B denominator, and one operation: add, subtract, multiply, or divide. Defaults are 1/2 plus 1/3; denominators cannot be zero in the visible UI.
Worked example
For the default 1/2 + 1/3: common denominator = 2 * 3 = 6; numerator = 1*3 + 1*2 = 5; result = 5/6; decimal = 5/6 = 0.833333.
How to interpret the result
The reduced fraction is exact when the inputs are exact. The decimal is a display-friendly approximation of the same rational number.
Common mistakes to avoid
Do not add denominators when adding fractions. For division, invert only the second fraction, and keep a negative sign in the numerator rather than the denominator when simplifying.
Assumptions and limitations
Inputs are parsed as integers, so decimal numerators and denominators are not supported. Division by a zero-valued second numerator creates an invalid denominator in the engine and should be avoided.
Practical use and checks
Use the Fraction Calculator when exact numerator and denominator arithmetic is more useful than a rounded decimal. For 1/2 plus 1/3, enter the two fractions and choose addition; the result should be 5/6, with a decimal check of about 0.8333. For multiplication, 2/3 times 3/4 should reduce to 1/2. Addition and subtraction need a common denominator, while multiplication and division can be performed directly before reducing the result, so the operation choice affects the intermediate work. Interpret a reduced fraction as the same quantity written with no common factor left between numerator and denominator. Keep units compatible when the numbers represent measurements: 1/2 meter plus 1/3 meter is meaningful, but adding unrelated units is not. The current inputs are intended for integer-like numerators and denominators, and a zero denominator is not a meaningful fraction. Decimal inputs may be parsed or handled in a way that is not useful for exact rational arithmetic, so convert a decimal deliberately if exactness matters. A division operation also needs a nonzero second numerator because dividing by zero is undefined. Verify the output by multiplying its numerator and denominator back into a decimal only after checking the exact form.