Addition and subtraction need a shared denominator
The implementation cross-multiplies each numerator by the other denominator. Multiplication combines numerators and denominators directly; division multiplies by the reciprocal.
Add, subtract, multiply, and divide fractions with step-by-step simplification and mixed number support.
This calculator applies the selected arithmetic operation to two numerator-denominator pairs, normalizes the sign, and divides the result by its greatest common divisor. It displays the simplified fraction, mixed-number form, decimal value, unsimplified intermediate result, and the divisor used for reduction.
A concrete input and expected output from the current implementation.
Input
2/3 + 1/6
Expected output
5/6; decimal 0.83333333
Cross multiplication gives 2 x 6 + 1 x 3 over 3 x 6, or 15/18. Dividing numerator and denominator by 3 produces 5/6.
The implementation cross-multiplies each numerator by the other denominator. Multiplication combines numerators and denominators directly; division multiplies by the reciprocal.
If an operation produces a negative denominator, both terms are multiplied by -1 before simplification. This produces a conventional positive denominator.
Three is the greatest integer that divides both 15 and 18. Dividing both by 3 preserves the fraction value.
Its numerator has magnitude at least as large as its denominator. The mixed-number display separates complete wholes from the remaining proper fraction.
The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.
Calculate percentages, percentage change, and what percent one number is of another with step-by-step breakdowns.
Calculate tips and split bills between multiple people with customizable tip percentages and rounding options.
Calculate monthly payments, total interest, and generate amortization schedules for loans and mortgages.
Calculate Body Mass Index from height and weight with category classification and healthy range guidance.
Calculate sale prices, savings amounts, and final costs after single or stacked percentage discounts.
Compute mean, median, mode, standard deviation, variance, and other descriptive statistics from a data set.