Loading…

Recurring Decimal to Fraction Converter

Math Algebra • Fractions and Decimals

View all topics

Convert repeating decimals such as 0.(3), 0.333..., 0.(142857), or 1.2(34) into exact simplified fractions using the algebraic method \(x=0.\overline{3}\).

Notation: W.N(R) Example: 0.(3) = 0.333... Formula: fraction = (WNR − WN) / 10ⁿ(10ʳ − 1) Simplify: divide by gcd

Recurring decimal input

Recommended input: use parentheses for the repeating part. For example, 0.(3) means \(0.\overline{3}\), and 1.2(34) means \(1.2\overline{34}\). The calculator can also infer simple ellipsis forms such as 0.333....

Quick examples

Ready
Enter a recurring decimal, then click “Convert”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What does 0.(3) mean?

It means 0.333..., where the digit 3 repeats forever. In MathJax notation, this is written as 0 with a bar over 3.

How do you convert a recurring decimal to a fraction?

Let the decimal equal x, multiply by powers of 10 so the repeating tails line up, subtract the equations to remove the infinite repeating part, and simplify the resulting fraction.

What is the formula for W.N(R)?

If n is the number of non-repeating digits and r is the number of repeating digits, form y as the integer WNR and z as the integer WN. Then x = (y - z) / [10^n(10^r - 1)].

How do you convert 0.(3) to a fraction?

Let x = 0.(3). Then 10x = 3.(3). Subtracting gives 9x = 3, so x = 3/9 = 1/3.

How do you convert 0.(142857) to a fraction?

The repeating block has six digits, so the raw fraction is 142857/999999. Simplifying gives 1/7.

How do you convert 1.2(34) to a fraction?

Here W = 1, N = 2, and R = 34. The formula gives (1234 - 12) / [10(99)] = 1222/990 = 611/495.

Can the calculator handle negative recurring decimals?

Yes. It converts the absolute repeating decimal first and then applies the negative sign to the final fraction.

Can I enter 0.333... instead of 0.(3)?

Yes. Auto-detect mode can infer simple ellipsis patterns such as 0.333... and 0.142857142857..., but parentheses are more precise.

Why does subtracting shifted equations work?

The shifted equations have the same infinite repeating tail. When they are subtracted, the repeating tail cancels, leaving an ordinary equation with integers.

Does the converter simplify the fraction automatically?

Yes. It divides the raw numerator and denominator by their greatest common divisor to give the final fraction in lowest terms.