Mixed Number to Improper Fraction Calculator

This calculator converts in both directions at once. Enter a mixed number such as 3 1/2 and it returns the improper fraction 7/2; leave the whole part at zero and enter 17/5 instead, and it returns the mixed number 3 2/5. Either way you also get the value in lowest terms and as a decimal, plus the arithmetic written out — multiply the whole part by the denominator, add the numerator, keep the denominator — so you can reproduce it on paper.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
Whole partSet this to 0 if you are starting from an improper fraction such as 17/5.3
NumeratorThe top number of the fractional part.1
DenominatorThe bottom number; it must be 1 or more and is unchanged by the conversion.2

It returns

  • Improper fraction — Whole part × denominator + numerator, over the same denominator.
  • Mixed number — The same value as a whole part plus a proper fraction, in lowest terms.
  • In lowest terms — The improper fraction with any common factor divided out.
  • Decimal value

The formula

wnd=wd+nd
pq=pq+pmodqq

In plain text: w n/d = (w·d + n)/d; and p/q = ⌊p/q⌋ + (p mod q)/q

  • wWhole part of the mixed number; its sign is the sign of the whole quantity (integer)
  • nNumerator of the fractional part, read as a magnitude when w is not zero (integer)
  • dDenominator, greater than zero; unchanged by the conversion (integer)
  • pNumerator of an improper fraction being converted back (integer)
  • qDenominator of that improper fraction (integer)

A mixed number is a sum: w n/d means w + n/d, not w × n/d. The reverse conversion uses integer division: the quotient becomes the whole part and the remainder becomes the new numerator over the same denominator.

Updated Category Fractions, Decimals & Rounding Verified against published test cases Reading time 11 min

Two ways of writing the same number

A mixed number writes a quantity as a whole count plus a leftover fraction: 3 1/2 means three wholes and one half. An improper fraction writes the same quantity as a single count of parts: 7/2 means seven halves. Three wholes are six halves, plus the one you already had, which is seven. Neither form is more correct; they answer different questions.

The word “improper” is unfortunate, because there is nothing wrong with 7/2. It only means the numerator is at least as large as the denominator, so the value is 1 or more in magnitude. Textbooks kept the name; mathematicians largely ignore the distinction and use whichever form is convenient.

Which form you want depends entirely on what happens next. Mixed numbers are for reading and measuring. A tape measure marked 3 1/2 inches, a recipe calling for 2 1/4 cups, a board cut to 5 3/8 feet — you can act on those directly, and you can see at a glance roughly how big they are. Nobody asks a carpenter for 43/8 feet of lumber.

is Improper fractions are for calculating. Every operation on fractions — adding and subtracting, multiplying, dividing — is defined on a single numerator over a single denominator. Mixed numbers have to be converted before any of them will work, which is why this conversion is the first move in almost every fraction problem.

There is also an ambiguity that forces the issue in algebra. Writing two symbols next to each other means multiplication, so 2x is two times x. That makes “2 1/2” genuinely ambiguous in an algebraic context — it could be read as 2 × 1/2 = 1 rather than 2.5. Algebra therefore uses improper fractions exclusively, and you should too once letters enter the problem.

The conversion in both directions

Mixed to improper: multiply, add, keep. The rule is w n/d = (w·d + n)/d, and it is a rewriting of a sum. Since w = w·d/d, the whole part is already w·d pieces of size 1/d. Add the n pieces you already had and you have w·d + n of them, each still of size 1/d. The denominator never changes, because the size of the pieces never changed — only how many you are counting.

Improper to mixed: divide and take the remainder. Going the other way is integer division. 17 ÷ 5 = 3 remainder 2, so 17/5 = 3 2/5. The quotient is how many complete wholes you can build; the remainder is how many pieces are left over, and they keep the original denominator. If the remainder is zero, the value is a whole number and there is no fractional part to write.

Reduce at the end, not the start. Reduction and conversion are independent. 8/6 converts to 1 2/6, which is correct but not in lowest terms; reducing gives 1 1/3. Convention is that a mixed number's fractional part is written in lowest terms, so reduce the fraction — with the greatest common factor calculator if the numbers are awkward — and then extract the whole part.

Signs. Standard mathematical usage treats −2 3/4 as −(2 + 3/4) = −11/4, with the minus sign governing the entire quantity. It does not mean −2 + 3/4 = −1.25. This calculator follows the standard reading: when a whole part is present, the sign comes from the whole part and the numerator is read as a magnitude. To let the numerator carry its own sign, set the whole part to 0.

Worked example: 3 1/2 forwards, 17/5 backwards, 8/6 with a reduction

Forwards: convert 3 1/2 to an improper fraction.

  1. Multiply the whole part by the denominator. 3 × 2 = 6. Those are the six halves hidden inside the three wholes.
  2. Add the numerator. 6 + 1 = 7.
  3. Keep the denominator. The answer is 7/2.
  4. Check. 7 ÷ 2 = 3.5, and 3 1/2 = 3.5. They agree.

Backwards: convert 17/5 to a mixed number.

  1. Divide numerator by denominator. 17 ÷ 5 = 3, because 5 × 3 = 15 and 5 × 4 = 20 would overshoot.
  2. Find the remainder. 17 − 15 = 2.
  3. Assemble. Quotient 3 as the whole part, remainder 2 over the original denominator 5: 3 2/5.
  4. Check. 3 2/5 = 3 + 0.4 = 3.4, and 17 ÷ 5 = 3.4.

With a reduction: convert 8/6 to a mixed number.

  1. Reduce first. gcd(8, 6) = 2, so 8/6 = 4/3.
  2. Divide. 4 ÷ 3 = 1 remainder 1.
  3. Assemble. 1 1/3.
  4. Check the alternative order. Converting first gives 8 ÷ 6 = 1 remainder 2, so 1 2/6 — the same value, and reducing the fractional part 2/6 to 1/3 lands on 1 1/3 as well. Either order works; reducing first keeps the numbers smaller.

A negative one: convert −2 3/4. Take the magnitude: 2 × 4 = 8, plus 3 is 11, over 4 gives 11/4. Now apply the sign to the whole thing: −11/4, which is −2.75. Applying the minus to only the whole part would have given −2 + 0.75 = −1.25, which is a different number.

Which form to use, and how to check it

Choose by destination. If the number goes into further fraction arithmetic, into algebra, or into a computer, use the improper fraction. If it goes onto a cut list, a recipe card, a drawing note, or an answer a person reads aloud, use the mixed number.

Check every conversion the same way: turn both forms into decimals and compare. 3 1/2 is 3.5 and 7/2 is 3.5, so the conversion held. This catches the two classic slips instantly — multiplying by the numerator instead of the denominator, and changing the denominator during the conversion. If your decimals differ, one of those two is almost certainly why. The fraction to decimal calculator will do that check exactly, including for fractions whose decimals repeat.

A second check is size. The improper fraction's numerator must be at least as large as its denominator whenever the whole part was not zero, and the mixed number's fractional part must always be smaller than its denominator. If you produce a mixed number such as 3 7/5, you have not finished: 7/5 is itself more than one whole, so the answer is really 4 2/5.

Finally, check the form the marker wants. Most courses require the fractional part in lowest terms, so 1 2/6 will be marked down even though it equals 1 1/3. The simplifying fractions calculator reduces any fraction on its own.

Common mixed numbers and their improper forms

Every row is (whole × denominator + numerator) over the same denominator. The decimals are exact except where marked.
Mixed numberWorkingImproper fractionDecimal
1 1/2(1×2 + 1)/23/21.5
1 3/4(1×4 + 3)/47/41.75
2 1/4(2×4 + 1)/49/42.25
3 3/4(3×4 + 3)/415/43.75
1 5/8(1×8 + 5)/813/81.625
2 3/8(2×8 + 3)/819/82.375
4 7/8(4×8 + 7)/839/84.875
5 1/2(5×2 + 1)/211/25.5
2 2/3(2×3 + 2)/38/32.6666…
3 1/3(3×3 + 1)/310/33.3333…

Halves, quarters and eighths all give exact decimals because their denominators are powers of 2. Thirds never do.

Where conversions go wrong

  • Multiplying the whole part by the numerator. 3 1/2 is not (3×1 + 2)/2 = 5/2. The whole part multiplies the denominator, because the denominator is what says how many pieces make a whole.
  • Changing the denominator. The denominator is the piece size and it never moves during this conversion. 3 1/2 = 7/2, never 7/6 or 7/5.
  • Reading a mixed number as a product. 3 1/2 means 3 + 1/2, not 3 × 1/2. This is exactly why algebra abandons mixed numbers.
  • Putting the minus on the whole part only. −2 3/4 is −11/4 = −2.75, not −1.25.
  • Leaving an improper fractional part. 3 7/5 is not a finished mixed number; 7/5 is more than one whole, so the answer is 4 2/5.
  • Forgetting to reduce. 1 2/6 is the right value in the wrong form. Reduce the fractional part to 1/3.
  • Losing the whole part entirely. Converting 3 1/2 and reporting 1/2 is a slip that survives because the fraction part looks right. Always check the decimal.

A faster mental route for measuring work

For eighths and sixteenths, count in the small unit rather than multiplying. 4 7/8 inches: four inches is 32 eighths, plus 7 is 39 eighths, so 39/8. You are just doing 4×8 + 7, but framing it as “how many eighths” makes the whole-times-denominator step obvious rather than a rule to remember.

The same framing helps with the reverse. 39 eighths: eight eighths to a whole, so 39 ÷ 8 = 4 wholes with 7 eighths left, giving 4 7/8. On a tape measure this is exactly how you read a mark — count the whole inches, then the sixteenths past the last inch line.

The conversion is a preparation step, so the useful question is what comes next. For addition and subtraction, the improper fractions need a common denominator before the numerators can be combined; the adding and subtracting fractions calculator finds the least common denominator and does the rewriting. For multiplication you go straight across with no common denominator at all. For division you invert the second fraction and multiply.

If the fraction is heading for a spreadsheet, a CNC program or an instrument, convert it to a decimal instead of a mixed number, and check first whether that decimal terminates — sixteenths and thirty-seconds do, thirds and sevenths do not. If you need to go the other way, from a decimal reading back into a fraction, the decimal to fraction calculator handles both terminating and repeating decimals.

A note on how far this stretches: mixed numbers are a notation for rational numbers, so anything that can be written as one whole number over another can be written as a mixed number. Irrational values such as √2 and π cannot, which is why you will never see them in this form outside of an approximation such as 3 1/7 for π — a good approximation, accurate to about a tenth of a percent, but not equal to it.

Key terms

Mixed number
A whole number written alongside a proper fraction, meaning their sum. Also called a mixed fraction or mixed numeral.
Improper fraction
A fraction whose numerator is at least as large as its denominator, so its magnitude is 1 or more. Nothing is wrong with it; the name is historical.
Proper fraction
A fraction whose numerator is smaller in magnitude than its denominator, so its value lies strictly between −1 and 1.
Remainder
What is left after integer division. In 17 ÷ 5 = 3 remainder 2, the 2 becomes the numerator of the mixed number's fractional part.
Lowest terms
The form in which numerator and denominator share no common factor above 1. Convention requires a mixed number's fractional part to be in lowest terms.

Frequently asked questions

How do I convert 3 1/2 to an improper fraction?

Multiply the whole part by the denominator, add the numerator, and keep the denominator: (3 × 2 + 1)/2 = 7/2. Check it by dividing: 7 ÷ 2 = 3.5, which matches 3 1/2. The denominator stays 2 throughout, because the size of each piece — a half — has not changed; only the count of pieces has.

How do I convert an improper fraction back to a mixed number?

Divide the numerator by the denominator and keep the remainder. For 17/5, 17 ÷ 5 = 3 remainder 2, so the mixed number is 3 2/5. If the remainder is zero the value is a whole number with no fraction attached, as with 40/8 = 5. Reduce the fraction first if it is not in lowest terms, or reduce the fractional part afterwards — both routes agree.

Why do I have to convert before adding fractions?

Because the addition rule is defined for a single numerator over a single denominator, and a mixed number is a sum of two different things. Working the whole parts and fraction parts separately does work for addition, but it breaks on subtraction as soon as you have to borrow: 3 1/2 − 1 5/6 cannot be done as (3−1) and (1/2 − 5/6), because 1/2 is smaller than 5/6. Converting to 7/2 and 11/6 first removes the problem.

Is an improper fraction wrong?

No. It is a complete, correct way to write a number, and it is the form professional mathematics uses almost exclusively. The word “improper” describes only the relationship between numerator and denominator, not the quality of the answer. Some school assignments ask for mixed-number form specifically; that is a presentation requirement, not a mathematical one.

How does the calculator treat a negative mixed number?

The minus sign applies to the whole quantity, which is standard mathematical usage. Entering −2 as the whole part with 3 over 4 gives −11/4 = −2.75, not −1.25. If you want the numerator itself to be negative and the whole part to be zero, set the whole part to 0 and put the minus on the numerator; the calculator then reads the fraction exactly as typed.

Can the whole part be zero?

Yes, and that is how you use this page in reverse. Set the whole part to 0, type an improper fraction such as 17/5 into the numerator and denominator, and read the mixed number from the output. Any proper fraction works too — entering 0 and 3/4 simply returns 3/4 in every form, with a decimal of 0.75.

What should the fractional part of a mixed number look like?

Smaller than 1 in magnitude and in lowest terms. So 4 2/5 is finished, while 3 7/5 is not — 7/5 is more than a whole, and the correct form is 4 2/5. Likewise 1 2/6 should be written 1 1/3. If your fractional part is bigger than the denominator or shares a factor with it, one more step remains.

Do I need mixed numbers in algebra?

No, and you should avoid them. Placing two symbols side by side means multiplication in algebra, so 2 1/2 reads ambiguously as either two and a half or 2 × 1/2 = 1. Improper fractions have no such ambiguity, they substitute into expressions cleanly, and every standard manipulation is defined on them. Convert before the letters arrive.

References