Mixed Numbers Calculator

Add, subtract, multiply, or divide two mixed numbers, whole numbers, or fractions — see every improper-fraction step and the reduced, mixed-number answer.

Loading calculator…

How to use this calculator

Enter a whole number, a fraction (numerator/denominator), or a full mixed number (both boxes filled) on each side, then choose an operation. The calculator converts each side to an improper fraction, applies the matching formula, reduces the result by its greatest common factor (GCF), and converts back to a mixed number when the answer is improper.

Tip: Leave the whole-number box empty to enter a plain fraction, or leave the numerator/denominator boxes empty to enter a plain whole number — no conversion needed for those parts.

The core idea: everything becomes a fraction

A mixed number is a whole number paired with a proper fraction, like 1121\,\frac{1}{2} (one and a half) or 3583\,\frac{5}{8}. Before any arithmetic happens, this calculator converts every mixed number (and every whole number) into an improper fraction using one formula:

wnd=(w×d)+ndw\,\frac{n}{d} = \frac{(w \times d) + n}{d}

In words: multiply the whole number by the denominator, add the numerator, and place the result over the same denominator. A plain whole number ww is treated as w1\frac{w}{1}; a plain fraction is used as-is.

Example: 214=(2×4)+14=942\,\frac{1}{4} = \frac{(2\times4)+1}{4} = \frac{9}{4}.

The sign convention for negative mixed numbers

Tip: A minus sign in front of a mixed number applies to the entire value, not just the whole-number part. 112-1\,\frac{1}{2} means (112)=32-\left(1\frac{1}{2}\right) = -\frac{3}{2} — never 1+12=12-1 + \frac{1}{2} = -\frac{1}{2}.

This trips people up because it looks like ordinary addition of a negative whole number and a positive fraction, but a mixed number is not a sum of two independently-signed parts — it's one signed quantity written in two pieces. This calculator always applies the sign to the whole mixed value before converting.

The four formulas (applied to the improper fractions)

Once both sides are improper fractions ab\frac{a}{b} and cd\frac{c}{d}, the calculator reuses the same cross-multiplication formulas as a plain fractions calculator — no common denominator needs to be found first.

Addition

ab+cd=ad+bcbd\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}

Subtraction

abcd=adbcbd\frac{a}{b} - \frac{c}{d} = \frac{ad - bc}{bd}

Multiplication

ab×cd=acbd\frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd}

Division — keep the first fraction, change ÷ to ×, and flip the second:

ab÷cd=adbc\frac{a}{b} \div \frac{c}{d} = \frac{ad}{bc}

After every operation: reduce, then convert back to a mixed number

  1. Find the GCF of the raw numerator and denominator and divide both by it.
  2. Convert back to a mixed number if the reduced numerator's absolute value is at least the denominator: divide with remainder, and the quotient becomes the whole part.

Worked examples

Example 1 — addition: 112+2141\frac{1}{2} + 2\frac{1}{4}

Convert: 112=321\frac{1}{2} = \frac{3}{2} and 214=942\frac{1}{4} = \frac{9}{4}. Apply the formula: (3×4)+(2×9)2×4=308\frac{(3\times4)+(2\times9)}{2\times4} = \frac{30}{8}. Reduce by GCF(30, 8) = 2: 154\frac{15}{4}. Convert back: 15÷4=315 \div 4 = 3 remainder 33. The answer is 154=334\frac{15}{4} = 3\frac{3}{4}.

Example 2 — a negative mixed number: 112+2-1\frac{1}{2} + 2

Convert: 112=32-1\frac{1}{2} = -\frac{3}{2} (the sign applies to the whole value) and 2=212 = \frac{2}{1}. Apply the formula: (3×1)+(2×2)2×1=12\frac{(-3\times1)+(2\times2)}{2\times1} = \frac{1}{2}. The answer is 12\frac{1}{2} — already reduced, no mixed-number form needed.

Example 3 — division: 3÷1123 \div 1\frac{1}{2}

Convert: 3=313 = \frac{3}{1} and 112=321\frac{1}{2} = \frac{3}{2}. Keep, change, flip: 31×23=63\frac{3}{1} \times \frac{2}{3} = \frac{6}{3}. Reduce: the answer is 63=2\frac{6}{3} = 2, a whole number.

Example 4 — multiplication: 212×1132\frac{1}{2} \times 1\frac{1}{3}

Convert: 212=522\frac{1}{2} = \frac{5}{2} and 113=431\frac{1}{3} = \frac{4}{3}. Multiply straight across: 5×42×3=206\frac{5\times4}{2\times3} = \frac{20}{6}. Reduce by GCF(20, 6) = 2: 103\frac{10}{3}. Convert back: 10÷3=310 \div 3 = 3 remainder 11. The answer is 103=313\frac{10}{3} = 3\frac{1}{3}.

Common results reference

OperationExampleAnswer
Add1 1/2 + 2 1/43 3/4
Add (negative)−1 1/2 + 21/2
Subtract1 3/4 − 2 1/2−3/4
Multiply2 1/2 × 1 1/33 1/3
Divide3 ÷ 1 1/22
Add (whole numbers)5 + 38

Precision note

Every computation uses arbitrary-precision integers (BigInt), not floating-point numbers — so the improper-fraction conversion, the cross-multiplied result, the GCF, and the final reduced (or mixed) answer are always exact, no matter how large the whole numbers, numerators, or denominators are.

Frequently asked questions

How do you add two mixed numbers?
Convert each mixed number to an improper fraction with wnd=(w×d)+ndw\,\frac{n}{d} = \frac{(w\times d) + n}{d}, then add the two improper fractions the same way you would add any fractions: ab+cd=ad+bcbd\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}. Finally reduce and convert back to a mixed number if the result is improper.
How do you subtract mixed numbers?
The same conversion as addition, but subtract the cross products: abcd=adbcbd\frac{a}{b} - \frac{c}{d} = \frac{ad - bc}{bd}. For example 1342121\frac{3}{4} - 2\frac{1}{2} becomes 7452=14208=68=34\frac{7}{4} - \frac{5}{2} = \frac{14-20}{8} = -\frac{6}{8} = -\frac{3}{4}.
How do you multiply mixed numbers?
Convert both mixed numbers to improper fractions first, then multiply straight across: ab×cd=acbd\frac{a}{b}\times\frac{c}{d} = \frac{ac}{bd}. You cannot multiply the whole and fraction parts separately — the improper-fraction conversion has to happen first.
How do you divide mixed numbers?
Convert both mixed numbers to improper fractions, then keep the first fraction, change ÷ to ×, and flip (take the reciprocal of) the second fraction: ab÷cd=ab×dc=adbc\frac{a}{b}\div\frac{c}{d} = \frac{a}{b}\times\frac{d}{c} = \frac{ad}{bc}.
What does a negative sign in front of a mixed number mean?
The sign applies to the whole mixed value, not just the whole-number part. 112-1\frac{1}{2} means (1+12)=32-\left(1 + \frac{1}{2}\right) = -\frac{3}{2}, not 1+12-1 + \frac{1}{2}. When entering a negative mixed number, type the minus sign in the whole-number box — the numerator of a mixed number must be entered without a sign.
Can I enter just a whole number or just a fraction instead of a mixed number?
Yes. Leave the numerator and denominator boxes empty to enter a plain whole number (like 5), or leave the whole-number box empty to enter a plain fraction (like 3/4). Both are treated as w/1 and n/d respectively before the formula is applied.
Why does the calculator show an improper fraction before the final answer?
Every mixed-number operation is really a fraction operation in disguise — the calculator converts each mixed number to an improper fraction first, applies the matching addition, subtraction, multiplication, or division formula, and only converts back to a mixed number at the very end if the reduced result is improper.

Related calculators