Mixed Number Calculator
Convert a mixed number such as 2 1/4 into an improper fraction, or turn an improper fraction back into a whole number and a proper fraction — always reduced to lowest terms.
Calculator
- Mixed → improper
- Improper → mixed
- Lowest terms
- Sign handling
- Reverse check
Result & calculation receipt
- Method
- Multiply the whole part by the denominator and add the numerator
- Formula
W n/d = (W·d + n) / d- Substitution
- 2 1/4 = (2·4 + 1) / 4 = 9/4
- Steps
- 2 × 4 = 8
- 8 + 1 = 9
- Improper fraction: 9/4
- Verification
- 9/4 back to a mixed number = 2 1/4.
- Exact result
- 9/4
- Decimal result
- 2.25
- Engine
- math-solvers v1.4.0
How this calculator works
Going from a mixed number to an improper fraction, the calculator multiplies the whole part by the denominator and adds the numerator, keeping the same denominator. Going the other way, it divides the numerator by the denominator: the quotient is the whole part and the remainder over the denominator is the fraction. Negative values keep their sign on the whole part, and the result is reduced.
Worked example
2 1/4 converts to (2 × 4 + 1)/4 = 9/4. Reversing it, 9 ÷ 4 = 2 remainder 1, so 9/4 becomes 2 1/4 again. A value like 8/4 has no remainder, so it is just the whole number 2. Each conversion shows the reverse form to confirm the two match.
Key insight
Mixed numbers read naturally ("two and a quarter") while improper fractions are easier to compute with, because you can multiply and divide them directly. Converting to improper form before doing arithmetic — then back to mixed at the end — is usually the cleanest workflow.
Frequently asked questions
How do I turn a mixed number into an improper fraction?
Multiply the whole number by the denominator, add the numerator, and put the total over the original denominator. For 2 1/4 that is (2 × 4 + 1)/4 = 9/4.
How do I turn an improper fraction into a mixed number?
Divide the numerator by the denominator. The whole-number quotient is the whole part and the remainder over the denominator is the fractional part. So 9/4 = 2 remainder 1 = 2 1/4.
How are negative mixed numbers handled?
The sign belongs to the whole number: −2 1/4 means −(2 + 1/4) = −9/4. The calculator applies the sign to the whole part and keeps the fractional numerator non-negative.
Is the result reduced?
Yes. An improper result like 6/4 is reduced to 3/2, and a mixed result’s fraction is put in lowest terms. The reverse conversion is shown so you can check it.
What if the denominator is zero?
A zero denominator is undefined, so the calculator returns a structured error instead of a number.
Methodology & verification
Mixed → improper multiplies the whole part by the denominator, adds the numerator, and keeps the denominator, with the sign carried on the whole part. Improper → mixed uses integer division: the quotient is the whole part and the remainder over the denominator is the fraction. Results are reduced by their greatest common factor; a zero denominator returns a structured error. Each conversion is verified by performing the reverse conversion and confirming the two forms match.
Engine: math-solvers v1.4.0 · Last reviewed: · Every result is computed client-side and never sent to a server. See the verification methodology and the scientific calculator validation.