Mixed Number Calculator

Convert mixed numbers into improper fractions for exact arithmetic, then reduce and return the answer as a simplified fraction or mixed number.

Why mixed numbers change form first

Mixed notation is readable, but improper fractions are better for arithmetic. The calculator converts whole units and the fractional part into one numerator before applying the selected operation.

Calculator workflow

  1. Normalize each mixed number.
  2. Apply the operation using fraction rules.
  3. Simplify with the GCD.
  4. Split the result back to mixed form when useful.

Loading tool...

Mixed number arithmetic pipeline

The pipeline converts, calculates, simplifies, and then formats the result.

Mixed to improperwnd=w×d+nd
Negative mixed number-wnd=-w×d+nd
Add or subtractn1d1±n2d2=n1d2±n2d1d1d2
Multiplyn1d1×n2d2=n1n2d1d2
Back to mixednd=qrd,q=ndivd,r=nmodd

Result rules to watch

  • Denominators must stay positive.
  • Zero denominators are invalid.
  • One leading sign represents a negative mixed number.
  • A zero remainder means the result is a whole number.
  • The displayed output is simplified.

Example: 3 2/5 - 1 3/10 becomes 17/5 - 13/10, then 21/10, then 2 1/10.

FAQ

Why convert mixed numbers to improper fractions before calculating?

It puts the whole number and fractional part into one numerator, so addition, subtraction, multiplication, and division use standard fraction rules.

What happens when the final remainder is zero?

The result is a whole number. The calculator omits the fractional part after simplification.