Improper Fraction to Mixed Number Calculator
Convert any improper fraction to a mixed number in lowest terms with full step-by-step working. Supports negative fractions — exact BigInt math, no rounding.
Convert any improper fraction into a mixed number in simplest form. The calculator reduces the fraction first using the greatest common divisor, then performs whole-number division to find the integer part and remainder. Every step is shown so you can check the working.
What is an improper fraction?
An improper fraction is a fraction whose numerator (top number) is greater than or equal to its denominator (bottom number). Common examples include 16/3, 81/9, 7/2, and 525/71. Because the numerator is at least as large as the denominator, the value is at least 1 and can always be rewritten as a whole number plus a proper fraction — a mixed number.
A proper fraction is the opposite: numerator smaller than denominator (e.g., 3/4, 1/3, 5/8). Proper fractions cannot be converted to mixed numbers because their value is less than 1, but they can still be reduced to lowest terms — this calculator does that automatically.
How to convert an improper fraction to a mixed number
The procedure has three stages:
- Reduce. Find the greatest common divisor (GCD) of the numerator and denominator, then divide both by it. This gives the fraction in lowest terms before any further work.
- Divide. Use whole-number division: divide the reduced numerator by the reduced denominator. The quotient is the whole-number part and the remainder is the new numerator.
- Write. Combine the whole-number part with the remainder over the reduced denominator. That is the mixed number.
Worked examples
Example 1 — 16/3
GCD(16, 3) = 1, so 16/3 is already in lowest terms. Dividing 16 by 3 gives a quotient of 5 with remainder 1. The mixed number is 5 1/3.
Example 2 — 45/10
GCD(45, 10) = 5, so 45/10 reduces to 9/2. Dividing 9 by 2 gives a quotient of 4 with remainder 1. The mixed number is 4 1/2.
Example 3 — −7/4
The sign moves to the front of the result. GCD(7, 4) = 1, so the fraction is already reduced. Dividing 7 by 4 gives 1 with remainder 3, so −7/4 = −1 3/4, which means −(1 + 3/4).
Improper, proper, and mixed at a glance
| Form | Definition | Example | Value |
|---|---|---|---|
| Proper fraction | numerator < denominator | 3/4 | less than 1 |
| Improper fraction | numerator ≥ denominator | 16/3 | at least 1 |
| Mixed number | whole number + proper fraction | 5 1/3 | equivalent to its improper form |
When the result is a whole number
If the denominator divides the numerator exactly — that is, the remainder is zero — there is no fraction part. 6/3 = 2, 81/9 = 9, and 100/25 = 4. The calculator shows just the whole number in these cases.
Negative improper fractions
A negative numerator simply flips the sign of the result. The procedure is otherwise identical: take the absolute values, reduce, divide for whole and remainder, then prepend the minus sign. The convention is that the minus applies to the entire mixed number, so −5 1/3 means −(5 + 1/3) = −16/3, not 5 − 1/3.
Decimal form and repeating decimals
The calculator also shows the decimal expansion of the fraction. Some fractions terminate (45/10 = 4.5); others repeat forever (16/3 = 5.3̅, 1/7 = 0.142857̅). The bar over a digit means that block repeats indefinitely. This is exact representation — no rounding.
Frequently asked questions
- What is an improper fraction?
- An improper fraction is one where the numerator is greater than or equal to the denominator — for example 16/3, 7/2, or 81/9. Its value is always at least 1 in absolute terms, so it can be rewritten as a whole number plus a proper fraction (a mixed number).
- How do you convert an improper fraction to a mixed number?
- Divide the numerator by the denominator using whole-number division. The quotient becomes the whole-number part, and the remainder over the original denominator becomes the fraction part. For 16 ÷ 3 you get 5 remainder 1, so 16/3 = 5 1/3.
- Why does this calculator reduce the fraction first?
- Reducing first gives the cleanest mixed-number form. For 45/10 the GCD is 5, so 45/10 reduces to 9/2 first, and only then do we divide 9 by 2 to get 4 remainder 1, producing the answer 4 1/2 rather than the unreduced 4 5/10.
- What if the result has no remainder?
- If the numerator divides evenly by the denominator, the result is a whole number with no fraction part. For example 81/9 = 9, and 6/3 = 2. The calculator shows the whole number as the final answer in those cases.
- What if the numerator is smaller than the denominator?
- That means the input is actually a proper fraction, not an improper one. The calculator still simplifies it to lowest terms (45/100 reduces to 9/20), but there is no mixed-number form because the value is less than 1.
- How are negative improper fractions handled?
- The sign sits with the whole number in the mixed form. For −16/3, you compute 16 ÷ 3 = 5 remainder 1, then attach the minus sign to the whole part — giving −5 1/3, which means −(5 + 1/3).
- What does the bar above the digits in the decimal display mean?
- The bar (overline) marks the repeating block in a recurring decimal. 16/3 = 5.3̅ means the 3 repeats forever (5.3333…). 1/7 = 0.142857̅ means the six-digit block 142857 repeats. Exact decimals like 4.5 are shown without a bar.