Quick answer
To operate on mixed numbers: convert each to an improper fraction (whole × denom + numerator, over denom), perform the operation, simplify, and convert back. This avoids carry errors that occur when operating on the whole and fractional parts separately.
How to use this calculator
Enter the whole number, numerator, and denominator for each mixed number. Select the operation (add, subtract, multiply, or divide). The calculator converts to improper fractions, performs the operation, simplifies the result, and displays it as both an improper fraction and a mixed number.
The conversion method
Every mixed number operation uses the same preparatory step: convert to improper fractions.
$$w\frac{n}{d} = \frac{w \times d + n}{d}$$
This step is mandatory. Attempting to add or subtract by operating on whole parts and fractional parts independently works only when the fractional sum stays below 1. Converting first eliminates this conditional complication.
Adding mixed numbers
$$1\frac{1}{3} + 2\frac{1}{4}: \quad \frac{4}{3} + \frac{9}{4} = \frac{16}{12} + \frac{27}{12} = \frac{43}{12} = 3\frac{7}{12}$$
Steps: (1) convert both to improper fractions (4/3 and 9/4); (2) find LCD(3,4) = 12; (3) convert: 16/12 + 27/12; (4) add numerators: 43/12; (5) convert back: 3 7/12.
Subtracting mixed numbers
$$3\frac{1}{2} - 1\frac{2}{3}: \quad \frac{7}{2} - \frac{5}{3} = \frac{21}{6} - \frac{10}{6} = \frac{11}{6} = 1\frac{5}{6}$$
Steps: (1) convert: 7/2 and 5/3; (2) LCD(2,3) = 6; (3) convert: 21/6 − 10/6 = 11/6; (4) mixed number: 1 5/6.
Without converting first, 3½ − 1⅔ might be attempted as (3−1) + (½−⅔) = 2 + (−1/6) = 1 5/6. This works but requires recognising that ½ < ⅔ and borrowing from the whole number — a common error source.
Multiplying mixed numbers
$$2\frac{1}{2} \times 1\frac{1}{3}: \quad \frac{5}{2} \times \frac{4}{3} = \frac{20}{6} = \frac{10}{3} = 3\frac{1}{3}$$
Steps: (1) convert: 5/2 and 4/3; (2) multiply numerators: 5 × 4 = 20; multiply denominators: 2 × 3 = 6; (3) simplify: 20/6 = 10/3; (4) mixed number: 3⅓.
A common shortcut: cross-simplify before multiplying. 5/2 × 4/3 — GCD(4,2) = 2: cancel to 5/1 × 2/3 = 10/3. Fewer large numbers.
Dividing mixed numbers
$$2\frac{1}{2} \div 1\frac{1}{4}: \quad \frac{5}{2} \div \frac{5}{4} = \frac{5}{2} \times \frac{4}{5} = \frac{20}{10} = 2$$
Steps: (1) convert: 5/2 and 5/4; (2) flip the second fraction: 5/2 × 4/5; (3) multiply: 20/10; (4) simplify: 2. The "keep-change-flip" rule applies identically to mixed numbers once they are in improper fraction form.
Common mistakes
Multiplying whole parts and fraction parts independently
2½ × 1⅓ ≠ (2×1) + (½×⅓) = 1 + 1/6 = 1⅙. The correct answer is 3⅓. Multiplication does not distribute this way across the mixed number format — always convert to improper fractions first.
Forgetting to carry when subtracting
Attempting 3⅓ − 1¾ by subtracting parts separately: (3−1) + (⅓−¾) = 2 + (−5/12) = 1 7/12. The borrowing step (2 − 5/12 = 1 7/12) is correct but easy to mishandle. Converting to improper fractions (10/3 − 7/4 = 40/12 − 21/12 = 19/12 = 1 7/12) is cleaner.
Frequently asked questions
How do you add mixed numbers?
Convert to improper fractions, find the LCD, add numerators, simplify, convert back to a mixed number.
How do you multiply mixed numbers?
Convert to improper fractions and multiply numerator × numerator over denominator × denominator. Simplify and convert back.
Can you add mixed numbers without converting to improper fractions?
Yes, but you need to handle carries manually when the fractional sum exceeds 1. Converting first is more reliable for all four operations.