Quick answer
To convert an improper fraction to a mixed number: divide the numerator by the denominator. The quotient is the whole number; the remainder over the denominator is the fractional part. 7 ÷ 4 = 1 rem 3 → 1¾.
How to use this calculator
Enter any improper fraction (numerator ≥ denominator). The calculator returns the mixed number with the fractional part simplified to lowest terms, the decimal equivalent, and step-by-step division.
What is an improper fraction?
An improper fraction has a numerator that is greater than or equal to its denominator: 7/4, 11/3, 9/9, 22/7. All improper fractions are ≥ 1. A proper fraction has a numerator smaller than its denominator (e.g. 3/4 < 1).
Conversion method
The formula is integer division with a remainder:
$$\frac{n}{d} = \left\lfloor \frac{n}{d} \right\rfloor + \frac{n \bmod d}{d}$$
Steps: (1) divide numerator by denominator using integer division to get the whole number and remainder; (2) write the remainder over the denominator; (3) simplify the fractional part using the GCD.
Worked examples
Example 1: 7/4
$$\frac{7}{4} = 1\frac{3}{4}: \quad 7 \div 4 = 1 \text{ rem } 3$$
7 ÷ 4 = 1 with remainder 3. Mixed number: 1 3/4. GCD(3,4) = 1 — already simplified. Decimal: 1.75.
Example 2: 11/3
$$\frac{11}{3} = 3\frac{2}{3}: \quad 11 \div 3 = 3 \text{ rem } 2$$
11 ÷ 3 = 3 with remainder 2. Mixed number: 3 2/3. GCD(2,3) = 1. Decimal: 3.666…
Example 3: exact division
$$\frac{15}{5} = 3: \quad 15 \div 5 = 3 \text{ rem } 0$$
15 ÷ 5 = 3 with remainder 0. No fractional part — result is the whole number 3.
Example 4: 22/7 (approximation of π)
22 ÷ 7 = 3 with remainder 1. Mixed number: 3 1/7. Decimal: 3.142857… This is the classic rational approximation of π.
| Improper fraction | Whole | Remainder | Mixed number | Decimal |
|---|---|---|---|---|
| 5/2 | 2 | 1 | 2½ | 2.5 |
| 7/3 | 2 | 1 | 2⅓ | 2.333… |
| 9/4 | 2 | 1 | 2¼ | 2.25 |
| 11/4 | 2 | 3 | 2¾ | 2.75 |
| 13/5 | 2 | 3 | 2 3/5 | 2.6 |
| 17/6 | 2 | 5 | 2 5/6 | 2.833… |
Negative improper fractions
Apply the conversion to the absolute value, then restore the negative sign:
$$\frac{-7}{4} = -1\frac{3}{4}$$
−7/4: |−7| ÷ 4 = 1 rem 3 → 1¾ → apply negative → −1¾. As a decimal: −1.75.
Reverse: mixed number to improper fraction
To convert back, multiply the whole number by the denominator and add the numerator:
$$2\frac{3}{5} = \frac{2 \times 5 + 3}{5} = \frac{13}{5}$$
This is the starting point for adding, subtracting, multiplying, or dividing mixed numbers — convert to improper fractions first, operate, then convert back.
Common mistakes
Not simplifying the remainder fraction
12/8 → 1 remainder 4 → 1 4/8. But 4/8 simplifies with GCD(4,8) = 4 to 1/2. Correct answer: 1½, not 1 4/8.
Applying the conversion to proper fractions
A proper fraction like 3/4 cannot be converted to a mixed number — the whole number would be 0. 3 ÷ 4 = 0 remainder 3, so it stays as 3/4.
Frequently asked questions
How do you convert an improper fraction to a mixed number?
Divide the numerator by the denominator. The quotient is the whole number. The remainder over the denominator (simplified) is the fractional part.
What is an improper fraction?
A fraction where the numerator ≥ denominator, representing a value ≥ 1. Examples: 5/3, 7/4, 9/2.
What is 11/3 as a mixed number?
11 ÷ 3 = 3 remainder 2. Mixed number: 3⅔.