Last updated: July 31, 2026
Mixed Number Calculator
Creators
Dharmendra SinghReviewers

Creators
Dharmendra SinghReviewers
Creators
Dharmendra SinghReviewers

Creators
Dharmendra SinghReviewers
Formula
Convert to improper fractions, compute, simplify, convert back
Where:
- w=Whole-number part
- n=Fraction numerator
- d=Fraction denominator
- gcd=Greatest common divisor used to simplify the result
Worked Examples
Add 2 1/4 and 1 3/8
Convert both mixed numbers to improper fractions before adding.
- 12 1/4 becomes 9/4.
- 21 3/8 becomes 11/8.
- 3Add using a common denominator: 9/4 = 18/8, so 18/8 + 11/8 = 29/8.
- 4Convert 29/8 back to a mixed number: 3 5/8.
Multiply 1 1/2 by 2 1/3
Multiplication is easiest in improper-fraction form.
- 11 1/2 becomes 3/2.
- 22 1/3 becomes 7/3.
- 3Multiply numerators and denominators: (3×7)/(2×3) = 21/6.
- 4Simplify 21/6 to 7/2, then convert to 3 1/2.
Subtract mixed numbers
Subtraction follows the same improper-fraction workflow.
- 15 1/6 becomes 31/6.
- 22 2/3 becomes 8/3 = 16/6.
- 3Subtract: 31/6 - 16/6 = 15/6.
- 4Simplify 15/6 to 5/2 and convert to 2 1/2.
Divide two mixed numbers
Division uses the reciprocal of the second improper fraction.
- 13 1/2 becomes 7/2.
- 21 3/4 becomes 7/4.
- 3Divide by multiplying the reciprocal: 7/2 × 4/7 = 28/14.
- 4Simplify to 2.
Introduction
A mixed number combines a whole number and a proper fraction. This calculator converts each mixed number to an improper fraction, performs the chosen operation, simplifies the answer, and converts it back into mixed-number form for easy reading.
What a Mixed Number Represents
Mixed numbers show a whole quantity plus a fractional remainder.
2 1/4 means 2 whole units plus 1/4 of another unit.
It is equal to the improper fraction 9/4.
Mixed numbers are common in recipes, measurements, and classroom arithmetic.
The whole part and the fraction part must be interpreted together as one value.
The denominator tells you how many equal parts make one whole.
The numerator tells you how many of those parts remain after the whole part.
Why Conversion to Improper Fractions Comes First
Operations are more consistent when both mixed numbers are converted before calculating.
Multiply the whole number by the denominator.
Add the numerator to get the improper numerator.
Keep the denominator the same during conversion.
This turns the mixed number into a single fraction value.
Once both numbers are improper fractions, all four arithmetic operations become standard fraction problems.
After computation, the result can be simplified and converted back.
How Each Operation Works
Each arithmetic operation has a predictable improper-fraction formula.
- Addition:
n1/d1 + n2/d2 = (n1d2 + n2d1)/(d1d2).
- Subtraction:
n1/d1 - n2/d2 = (n1d2 - n2d1)/(d1d2).
- Multiplication:
n1/d1 × n2/d2 = (n1n2)/(d1d2).
- Division:
(n1/d1) ÷ (n2/d2) = (n1d2)/(d1n2).
After each operation, divide numerator and denominator by their gcd to simplify.
Then convert the simplified improper fraction back into mixed-number form.
Input Rules and Edge Cases
The calculator validates the entries before attempting any arithmetic.
Whole numbers must be finite non-negative integers.
Numerators must be finite non-negative integers.
Denominators must be positive integers greater than zero.
The operation must be one of add, subtract, multiply, or divide.
Division is invalid if the second mixed number equals zero.
Invalid input returns an error object instead of a partial calculation.
How to Read the Outputs
The result is shown both as a mixed number and as a simplified improper fraction.
resultWhole is the whole-number part of the final mixed number.
resultNumerator and resultDenominator form the remaining proper fraction.
improperNumerator and improperDenominator show the same answer as one fraction.
If the remainder is zero, the result is effectively a whole number.
If subtraction creates a negative answer, the improper fraction preserves the exact sign.
These outputs are useful for checking homework against textbook forms.
Common Uses for Mixed-Number Arithmetic
Mixed-number operations appear anywhere whole amounts and fractions are used together.
Cooking measurements such as 1 1/2 cups plus 3/4 cup.
Construction lengths such as 2 3/8 inches minus 7/8 inch.
Classroom worksheets covering fraction operations.
Crafting and sewing projects that use imperial measurements.
Estimating totals or leftovers in inventory and materials planning.
Building intuition for fraction simplification and equivalence.
FAQs
Why convert mixed numbers to improper fractions first?
Improper fractions make addition, subtraction, multiplication, and division much more systematic.
Does the calculator simplify the result?
Yes. The result improper fraction is reduced by the greatest common divisor before conversion back to mixed form.
Can I enter zero as a whole number?
Yes. Values such as 0 1/2 are valid and are treated as ordinary fractions.
Can the result be a whole number?
Yes. If the numerator is evenly divisible by the denominator after simplification, the fractional remainder becomes zero.
What counts as division by zero here?
If the second mixed number converts to 0, dividing by it is invalid and the calculator returns an error.
Are negative inputs supported?
This implementation validates non-negative whole numbers and fraction parts for input simplicity.
What if subtraction gives a negative answer?
The returned improper fraction keeps the correct sign, and the mixed-number parts show the magnitude of the result.