Mixed Number to Decimal Calculator
Convert any mixed number to a decimal with two solution methods and adjustable rounding. Step-by-step long division and improper-fraction breakdown.
How to use this calculator
The calculator has three input fields — fill in only what your problem needs:
- Whole — the integer part of a mixed number. Leave blank for a pure fraction like .
- Numerator — the top number of the fraction.
- Denominator — the bottom number, any positive integer (not zero).
Use the Round to max dropdown to pick the maximum number of decimal places to round to (0–10).
Three common cases:
- Mixed number (e.g. ) → type
2in Whole,5in Numerator,8in Denominator. - Fraction only (e.g. ) → leave Whole blank, type
5and8. - Whole number (e.g.
2) → type2in Whole, leave Numerator and Denominator blank.
Sign rule: put the minus sign on either Whole or Numerator — never on both, and never on Denominator. Example: . (If you do put a minus on both, the signs cancel and the result is positive.)
How to convert a mixed number to a decimal
There are two classical methods. Both produce the same answer; pick whichever feels more natural.
Method 1 — Separating the parts
Split the mixed number into its whole and fractional parts. Convert only the fraction to a decimal, then add the whole back on.
Method 2 — Converting to an improper fraction
Rewrite the mixed number as a single improper fraction, then divide once.
The improper-fraction route is what most algebra textbooks teach. The separating-parts route is faster mentally for "nice" fractions like , , whose decimal forms you already know.
Rounding and repeating decimals
Some divisions terminate cleanly — ends after three decimals. Others repeat forever — . The calculator always rounds to the maximum decimal places you choose using half-up rounding away from zero, so:
- rounded to 3 → 1.333
- rounded to 1 → 0.7 (because the next digit, 6, rounds up)
- rounded to 0 → −1 (half rounds away from zero)
If the exact value uses fewer decimals than the dropdown setting, no trailing zeros are added: rounded to 5 still displays as 0.125, not 0.12500.
Worked examples
Example 1 — round 3
Method 1: . Method 2: .
Example 2 — round 3
Method 1: . Method 2: rounded to 1.333.
Example 3 — round 2
Method 1: . Method 2: .
Common mixed numbers reference
| Mixed number | Improper fraction | Decimal |
|---|---|---|
| 1.5 | ||
| 1.333… | ||
| 1.25 | ||
| 1.125 | ||
| 2.5 | ||
| 2.25 | ||
| 2.75 | ||
| 2.625 | ||
| 3.125 | ||
| 3.875 | ||
| 5.5 |
Frequently asked questions
- What is as a decimal?
- . Either separate the parts () or convert to the improper fraction — both give the same answer.
- How do you turn a mixed number into a decimal?
- Convert the mixed number to the improper fraction , then divide. For : . Equivalently, add the whole part to the fractional part as a decimal: .
- What is as a decimal?
- — the digit 3 repeats forever. Rounded to 3 decimal places it is . Increasing the rounding to 5 gives . The exact value is the repeating decimal .
- How do you round a mixed-number decimal?
- Use the Round to Max dropdown. The calculator divides to one extra digit, then applies standard half-up rounding (digits 5–9 round up, 0–4 round down) and strips any trailing zeros.
- Why are there two solution methods?
- Separating the Parts is easier to follow mentally — you only have to divide the small fraction, then add the whole. Converting to an Improper Fraction is a single division on a larger number; it's the method most algebra textbooks teach. Both give the same decimal.
- Can I enter a negative mixed number?
- Yes — put a minus sign at the very start: . The calculator applies the sign to the whole expression, so (not with separate signs).
- What if the fraction part is improper (numerator ≥ denominator)?
- It still works. is interpreted as . The calculator does not force you into proper-fraction form.
- Is this the same as the Fraction to Decimal Calculator?
- Same math, different interface. This page takes the whole mixed number in one field ("") and shows both classical solution methods side by side. The Fraction to Decimal Calculator uses three separate fields and emphasizes repeating-decimal bar notation.