About the Mixed Number Calculator
Two and a half can be written two ways: as 2 1/2, which is a mixed number, or as 5/2, which is an improper fraction. Same quantity, same point on the number line, two notations — and each is better at a different job.
Mixed numbers are for reading. If somebody says a job will take 3 3/4 hours you know immediately that it is most of four hours. Told it will take 15/4 hours, you have to stop and divide.
Improper fractions are for calculating. Every rule of fraction arithmetic assumes one numerator over one denominator, and mixed numbers break that assumption by having a whole part sitting outside the fraction.
The practical consequence is that mixed-number arithmetic is really a three-step process: convert to improper, do the sum, convert back. This calculator does all three, and it also handles each conversion on its own.
How to Use the Mixed Number Calculator
Three modes.
Mixed number to improper fraction takes a whole number, a numerator and a denominator. The fractional part must be smaller than 1 — that is what makes it a mixed number. If your numerator is larger than your denominator you already have an improper fraction, and the second mode is the one you want.
Improper fraction to mixed number takes a numerator and a denominator and splits out the whole part.
Calculate with two mixed numbers takes two complete mixed numbers and an operation. Enter 0 as the whole part if one of them is a plain fraction.
Negative numbers work throughout, and they work correctly — which is worth saying, because the sign rule for mixed numbers is where most hand calculations go wrong. See the formula section.
Every mode shows the intermediate improper fractions, because those are where the arithmetic actually happens.
How Mixed Number Conversion Is Calculated
Mixed to improper. Multiply the whole part by the denominator, then add the numerator, and keep the same denominator underneath.
The reason: the denominator names the size of the pieces. If you are working in thirds, then 2 whole units are 6 thirds. Add the 1 third you already had and you have 7 thirds. The multiplication is converting whole units into pieces of the right size so they can be counted with the rest.
Improper to mixed. Divide the numerator by the denominator. The quotient is the whole part and the remainder stays over the denominator. 7 ÷ 3 is 2 remainder 1, so 7/3 is 2 1/3.
Arithmetic. Convert both to improper fractions, apply the ordinary fraction rule for the operation, reduce, then convert back. Doing it this way handles carrying, borrowing and negatives automatically, which the "add the wholes, add the fractions" shortcut does not.
Mixed Number Formula
Mixed to improper:
improper = (|whole| x denominator + |numerator|) / denominator
the sign of the whole part applies to the result
Improper to mixed:
whole = floor(|numerator| / denominator)
remainder = |numerator| mod denominator
the sign of the numerator applies to the result
Those absolute-value signs are the important part, and they encode the rule that catches people out:
-2 1/2 means -(2 + 1/2) = -5/2
-2 1/2 does not mean -2 + 1/2 = -3/2
The minus sign belongs to the whole quantity, not just to the digit it is written next to. A negative mixed number is further from zero than its whole part, not closer. Read it as "minus two and a half" and the arithmetic follows; read it as "minus two, plus a half" and every answer is a full unit out.
Step-by-Step Example
Convert 2 1/3 to an improper fraction.
Step 1 — turn the whole part into thirds. 2 × 3 = 6. Two whole units are six thirds.
Step 2 — add the third you already had. 6 + 1 = 7.
Step 3 — keep the denominator. The answer is 7/3.
Now a full piece of arithmetic: 2 3/4 + 1 1/2.
Step 1 — convert both.
2 3/4 -> (2 x 4 + 3) / 4 = 11/4
1 1/2 -> (1 x 2 + 1) / 2 = 3/2
Step 2 — add as ordinary fractions. Over a common denominator of 4:
11/4 + 6/4 = 17/4
Step 3 — convert back. 17 ÷ 4 is 4 remainder 1, so the answer is 4 1/4.
Compare that with the shortcut method: add the wholes to get 3, add the fractions to get 3/4 + 1/2 = 5/4, then notice that 5/4 is more than a whole and carry it, giving 4 and 1/4. The same answer, and the carry is exactly the step people forget. Converting to improper fractions first makes the carry impossible to miss, because there is nothing to carry.
Understanding Your Result
The headline is the answer in the form you asked for — mixed if you converted or calculated, improper if you converted the other way.
Written the other way gives the same value in the other notation, so you can use whichever the context wants without running a second conversion.
As a decimal gives the value on a decimal scale, useful for checking against a measurement or entering into software.
If the answer came out as a plain whole number, the fraction part divided exactly and there is no remainder — 8/4 is simply 2, not 2 0/4.
A negative answer keeps the minus sign on the whole quantity. -2 1/3 means the whole thing is negative, and its decimal form is −2.333…, not −1.667.
When Should You Use This Calculator?
Cooking and baking. Recipes are written in mixed numbers, and scaling them is multiplication. Two and a half times 1 3/4 cups is a mixed-number multiplication, and the answer is 4 3/8 cups.
Construction and woodworking. Imperial measurements are mixed numbers by convention — 3 5/8 inches. Adding a run of them is exactly this calculation.
Timesheets. 7 1/2 hours plus 6 3/4 hours is a mixed-number addition, and getting the carry right matters when it feeds into pay.
Schoolwork. Mixed-number arithmetic is a standard topic, and the step-by-step conversion shows the method rather than just the answer.
Checking a conversion. If a value has passed between mixed and improper form several times, converting it back confirms nothing was lost.
Common Mistakes
Misreading a negative mixed number. -2 1/2 is -5/2. Treating it as -2 + 1/2 gives -3/2, which is wrong by a whole unit. This is the single biggest source of error in mixed-number work.
Forgetting to carry. Adding the fractional parts can produce more than a whole. 3/4 + 1/2 is 5/4, which contributes an extra whole unit to the answer. Missing it loses exactly 1.
Forgetting to borrow when subtracting. 3 1/4 − 1 1/2 needs a whole unit broken down into quarters before the fractions can be subtracted. Converting to improper fractions removes the need entirely.
Multiplying the whole parts separately. 1 1/2 × 2 1/3 is not 2 and 1/6. Multiplication does not distribute over a mixed number that way. Convert first: 3/2 × 7/3 = 21/6 = 3 1/2.
Writing an improper fraction as a mixed number by accident. 7/3 typed into the mixed-number boxes as whole 7, numerator 3 describes something else entirely. The fractional part of a mixed number must be smaller than 1, which is why the calculator refuses it.
Leaving 2 0/4 as an answer. If the remainder is zero, the answer is a whole number. Writing a zero numerator is not wrong so much as unfinished.