The question I have is, when 5 / 20483 is written as a decimal, what is the maximum length of the repeating section of the representation?
I believe I need to divide 5 by 20483 which is equal to .00024410486, but how do I figure out the maximum length of the repeating section of the representation?
Thanks,
Tony
MJD:
In the course I am taking, when working with this type of problem, the examples show long division and state that if two remainders (R$_0$, R$_1$, R$_2$, R$_3$...R$_n$) are equal then the answer (in this case: .000244104) will start to repeat. I assume that the maximum length of the repeating section will be the distance between R$_i$ and R$_j$. For example, if R$_2$ and R$_6$ were both 234 then the maximum length of the repeating distance would be R$_6$-R$_2$ = (6 - 2) = 4 digits. But I do not know if this is correct. If I am correct in my assumption then I also assume that there is an easier way to determine the maximum length of the repeating section. I hope this help to clarify what I am looking for help on.
Tony

When you divide 5 by 20483, you have a quotient of 0 and a remainder of 5. So you write down the 0, then multiply the remainder by 10, to get 50. Then you repeat the process: divide 50 by 20483, obtaining a quotient of 0 and a remainder of 50.
This repeats for a few more steps, until you find you are dividing 50000 by 20483. Then you have a quotient of 2 and a remainder of 9034, because $50000 = 2\cdot20843 + 9034$. So you write down the 2, again multiply the remainder by 10 to get 90340, and continue onward. This is why the quotient begins with $0.0002$.
Now at some point the remainder will have to repeat. Suppose after a long time it was 5. Then all the subsequent steps would be just like steps you had already performed, and you would be writing down all the same quotients as you did back at the beginning, when it was 5 before.
But what if it doesn't become 5 again? Well, if the remainder repeats any number that you have seen before, then the following quotients that you write down, and the following remainders, will all repeat what they did the first time.
But there are only 20483 possible remainders when you divide by 20483: you could have a remainder of 0, or a remainder of 1, or… or a remainder of 20482. So you must eventually reach the same one twice.
Now do you know the maximum length of the repeating section of the representation?