Recurring Decimals to Fractions

A recurring decimal goes on forever, repeating the same block of digits. It looks endless, yet it is really a tidy fraction in disguise. The trick is to write the decimal twice — shifted so the repeating tails line up — and then subtract to make the endless part cancel.

Take x = 0.\dot{3} = 0.333\ldots. Multiply by 10 to slide the point one place. Because the tail repeats, the two decimals have exactly the same digits after the point:

10x = 3.333\ldots \qquad x = 0.333\ldots

Subtract the second line from the first. Everything after the decimal point cancels, leaving a whole number:

10x - x = 3.333\ldots - 0.333\ldots = 3 9x = 3 \quad\Longrightarrow\quad x = \frac{3}{9} = \frac{1}{3}

So 0.\dot{3} = \tfrac{1}{3}. A single recurring digit always lands over 9.

When a two-digit block repeats, one shift isn't enough — multiply by 100 so the whole repeating block jumps past the point. Take x = 0.\dot{2}\dot{7} = 0.272727\ldots:

100x = 27.272727\ldots \qquad x = 0.272727\ldots 100x - x = 27 \quad\Longrightarrow\quad 99x = 27 x = \frac{27}{99} = \frac{3}{11}

The pattern is clear: a single recurring digit gives a denominator of 9, and a two-digit block gives 99. The number of 9s matches the length of the repeating block.

To turn a recurring decimal into a fraction: A single recurring digit gives a denominator of 9; a two-digit block gives 99.