FracConv
Fraction to Decimal Converter
n / d, computed live.
Fractions converted to decimals
Dividing the numerator by the denominator. Some terminate, others recur forever.
| Fraction | Decimal | Type |
|---|---|---|
| 1/2 | 0.500000 | Terminates |
| 3/4 | 0.750000 | Terminates |
| 5/8 | 0.625000 | Terminates |
| 7/16 | 0.437500 | Terminates |
| 1/3 | 0.333333 | Recurring |
| 2/7 | 0.285714 | Recurring |
Whether a fraction terminates depends entirely on its denominator's prime factors: if they are only 2s and 5s, it terminates, because 2 and 5 are the prime factors of 10. That is why halves, quarters, eighths and sixteenths are exact while thirds and sevenths are not. 2/7 shown here as 0.285714 actually repeats that six-digit block forever, and every seventh is a rotation of the same six digits. The displayed values are rounded, so treating them as exact will introduce small errors in further calculation.
A fraction is just division waiting to happen
n/d literally means n divided by d — converting to decimal is nothing more than performing that division, though some fractions (like 1/3 = 0.333…) never terminate.
Why this matters in practice
Comparing fractions with different denominators is hard at a glance (which is bigger, 5/7 or 11/15?) — converting both to decimals makes the comparison instant.
Frequently asked questions
Is 7/16 larger or smaller than 0.45?
Convert: 7 ÷ 16 = 0.4375. Since 0.4375 < 0.45, the fraction 7/16 is smaller. This kind of comparison is exactly why converting to decimal is useful — fractions with different denominators are hard to compare directly.
Why does 1/3 give 0.333… and never end?
Because 3 doesn't divide evenly into any power of 10. A fraction terminates as a decimal only when its denominator (in lowest terms) has no prime factors besides 2 and 5. Since 3 is prime and isn't 2 or 5, 1/3 repeats forever.
How do I convert a mixed number like 2 ¾ to a decimal?
Convert the fraction part first: 3/4 = 0.75. Add the whole number: 2 + 0.75 = 2.75. Or convert to an improper fraction first: 2 ¾ = 11/4, then 11 ÷ 4 = 2.75. Same result either way.
What's the difference between a terminating and repeating decimal?
A terminating decimal ends (0.25, 0.5, 0.125). A repeating decimal has a block of digits that cycles forever (0.333…, 0.142857142857…). Every fraction produces one or the other — irrational numbers like π produce decimals that neither terminate nor repeat.
Related Math calculators
Vector Calculator (2D)
Sum, dot product, magnitude, and angle of two 2D vectors.
OpenComplex Number Calculator
Add, subtract, multiply, and find the modulus of two complex numbers.
OpenPolynomial Roots Calculator
Roots and discriminant of a quadratic polynomial.
OpenEquation Solver
Solve quadratic equations for their roots.
OpenYou might also like
NFL Passer Rating Calculator
Sports & MoreCalculate NFL passer rating from completions, attempts, yards, touchdowns, and interceptions.
OpenSports Betting Payout Calculator
Sports & MoreCalculate payout, profit, and implied probability from American odds and stake.
OpenParlay Calculator
Sports & MoreCalculate parlay payout from multiple legs with American odds.
OpenLast updated: September 6, 2026