GintiCalcEvery calculation

FracConv

Fraction to Decimal Converter

n / d, computed live.

Fractions converted to decimals

Dividing the numerator by the denominator. Some terminate, others recur forever.

FractionDecimalType
1/20.500000Terminates
3/40.750000Terminates
5/80.625000Terminates
7/160.437500Terminates
1/30.333333Recurring
2/70.285714Recurring

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

You might also like

Last updated: September 6, 2026