Mixed Number Calculator — Add, Subtract, Multiply, Divide

Work with mixed numbers and improper fractions in any of the four operations, and get the answer three ways — as a mixed number, as an improper fraction and as a decimal — with every step shown, including the lowest common denominator and the simplification.

First value
Second value

Leave the whole-number box empty for a plain fraction, and leave the fraction empty for a whole number. Put a minus on the whole-number box for a negative mixed number.

Addition result
6 1/6
mixed number, lowest terms
Improper fraction37/6
Decimal6.1666…6 repeats forever
Lowest common denominator6
Step by step
  1. Convert both to improper fractions: 7/2 and 8/3.
  2. Find the lowest common denominator of 2 and 3: LCD = 6.
  3. Rewrite over 6: 7/2 = 21/6 and 8/3 = 16/6.
  4. Add the numerators: 21 + 16 = 37. The denominator stays 6.
  5. 37/6 is already in lowest terms.
  6. Convert back to a mixed number: 37 ÷ 6 = 6 remainder 1, so 6 1/6.

Every Operation Starts by Getting Rid of the Mixed Number

A mixed number is a sum in disguise. Written 3 1/2, it means 3 + 1/2, and that hidden plus sign is what makes the four operations behave so differently from the whole-number versions people expect.

The single move that makes all of it manageable is to convert to an improper fraction before doing anything else. Once both values are a single numerator over a single denominator, there is no whole part to keep track of and no borrowing to get wrong.

OperationNeeds a common denominator?What you actually do
AddYesMatch denominators, then add numerators
SubtractYesMatch denominators, then subtract numerators
MultiplyNoMultiply straight across, top and bottom
DivideNoFlip the second fraction, then multiply

Notice that the two operations that feel harder — multiplication and division — are the ones with fewer steps. Addition and subtraction need the extra denominator work, which is where most of the errors live.

Subtraction Is the One That Needs Borrowing

Subtracting mixed numbers by hand is the operation people get stuck on, and it has one specific failure point: when the first fraction is smaller than the second.

Take 5 1/4 − 2 3/4. A quarter minus three quarters is negative, so you cannot just subtract the parts. You borrow one whole from the 5, which becomes 4/4, and add it to the quarter already there:

5 1/4 → 4 + 4/4 + 1/4 → 4 5/4
4 5/4 − 2 3/4 = 2 2/4 = 2 1/2

The improper-fraction route sidesteps the borrowing completely: 21/4 − 11/4 = 10/4 = 5/2 = 2 1/2. Same answer, no decision about when to borrow. Both methods are worth knowing, because borrowing is what most classrooms teach and improper fractions are what most exams reward for speed.

The other place subtraction goes wrong is crossing zero. 1 1/3 − 2 1/2 gives −1 1/6, and the minus applies to the whole quantity: it is −(1 + 1/6), not −1 + 1/6. That distinction matters as soon as the result feeds into another calculation.

Why the Whole Numbers Cannot Be Multiplied Separately

The most common wrong answer in this topic comes from treating a mixed-number product as two independent products — whole times whole, fraction times fraction. It looks reasonable and it is badly wrong.

Take 2 1/2 × 1 1/3. The separate method gives 2 × 1 = 2 and 1/2 × 1/3 = 1/6, so 2 1/6. The correct answer is 3 1/3. That is not a rounding difference; it is out by more than a whole unit.

The reason is that multiplying two sums multiplies every part by every other part:

(2 + 1/2)(1 + 1/3)
= 2×1 + 2×1/3 + 1/2×1 + 1/2×1/3
= 2 + 2/3 + 1/2 + 1/6
= 3 1/3

The separate method keeps the first and last of those four terms and silently drops the two cross terms in the middle, which between them are worth 2/3 + 1/2. Converting to improper fractions first — 5/2 × 4/3 = 20/6 = 10/3 — makes the mistake impossible, because there is no whole number left to peel off.

Converting Both Ways

The two conversions are the same division read in opposite directions, and understanding one gives you the other.

DirectionMethodExample
Mixed → improperwhole × denominator + numerator3 1/2 → (3×2)+1 = 7 → 7/2
Improper → mixeddivide, keep the remainder22/7 → 22÷7 = 3 r 1 → 3 1/7

The first works because a whole number is just that many copies of the denominator — three wholes is six halves, so 3 1/2 is seven halves. The second is ordinary division with a remainder, where the quotient becomes the whole part and the remainder stays over the original denominator.

A remainder of zero means there was no fraction to begin with: 12/4 divides exactly, so it is the whole number 3 rather than a mixed number. To use the calculator above as a converter, leave the whole box empty and enter the improper fraction — the panel gives you the mixed form, the decimal and the simplification at once.

Finding the LCD, and When You Can Skip It

You can only add parts that are the same size. Halves and thirds do not combine any more than centimetres and inches do, so addition and subtraction need both fractions rewritten over a common denominator first.

The lowest common denominator is the lowest common multiple of the two denominators. For 2 and 3 it is 6; for 4 and 6 it is 12, not 24. Using the product of the denominators always works, but it leaves a larger fraction to simplify at the end.

Two shortcuts cover most school problems. If one denominator divides into the other, the larger one is the LCD — for 3 and 9 it is 9. If the two share no common factor, the LCD is their product — for 4 and 7 it is 28.

Multiplication and division need none of this. That surprises people, but it follows from what the operations mean: adding asks how many equal parts you have altogether, which requires equal parts; multiplying asks for a fraction of a fraction, which does not.

Simplifying, and What Lowest Terms Actually Means

A fraction is in lowest terms when the numerator and denominator share no common factor above 1. To get there, divide both by their greatest common divisor.

For 20/6 the greatest common divisor is 2, giving 10/3. For 8/12 it is 4, giving 2/3 — dividing by 2 twice gets to the same place, just more slowly.

Simplifying never changes the value, only how it is written, which is why 2/4, 3/6 and 1/2 are the same number. Most marking schemes expect the simplified form, and mixed-number answers are usually expected to have a proper fraction attached — 3 5/4 is not a finished answer, since the 5/4 still contains a whole.

When the Decimal Never Ends

Every fraction converts to a decimal by dividing the numerator by the denominator, but only some of those decimals stop.

The rule is about the denominator in lowest terms. If its only prime factors are 2 and 5, the decimal terminates. Anything else repeats forever.

FractionDecimalTerminates?
1/40.25Yes — 4 = 2×2
3/80.375Yes — 8 = 2×2×2
1/30.3333…No — 3 is not 2 or 5
5/60.8333…No — 6 = 2×3
1/70.142857142857…No — six digits repeat

This is why fraction answers are treated as exact and decimal answers as approximations. 1/3 is precise; 0.333 is not, and rounding it early in a multi-step problem pushes error into everything downstream. The calculator above shows the repeating block explicitly so you can see where the pattern starts rather than reading a wall of threes.

For working with percentages rather than fractions, the percentage calculator handles that conversion, and the unit converter covers the fractional inches and feet that come up in measurements.

Where Mixed Numbers Turn Up Outside a Classroom

Recipes are the obvious one — scaling 2 1/4 cups by one and a half is exactly the multiplication above, and it is the case where the separate-wholes error produces a genuinely inedible result.

Imperial measurement is the other. Timber, pipe and fastener sizes are quoted in fractional inches, so cutting 3 5/8 inches from a 12 1/4 inch length is a mixed-number subtraction with borrowing. Sheet music works the same way when time signatures are added up, and so does any time sheet kept in quarter-hours.

In all three the fraction is the honest form. Converting 5/8 to 0.625 is fine; converting 1/3 of a cup to 0.33 and then multiplying by three gives 0.99, and the missing hundredth is the sort of drift that matters once it accumulates.

Mixed Number Questions