I'm having some trouble with this question: Prove that 0.1636363636...=9/55, using infinite series. I'd appreciate any help you can give me. Thanks!
Asked
Active
Viewed 818 times
2
-
See this. – J. M. ain't a mathematician May 13 '11 at 06:59
-
1possible duplicate of How do we find a fraction with whose decimal expansion has a given repeating pattern? – Rasmus May 13 '11 at 07:01
-
2I did take a quick glance at that one but was a little daunted by the complexity of the explanations. – Matthew May 13 '11 at 07:13
1 Answers
7
You can do this: \begin{align*} 0.1636363\cdots &= \frac{1}{10} + \biggl[ 63 \times 10^{-3} + 63\times 10^{-5} + 63 \times 10^{-7} + \cdots\biggr] \\ &= \frac{1}{10} + 63 \cdot \Bigl[ 10^{-3} + 10^{-5} + 10^{-7} + \cdots \Bigr] \\ &= \frac{1}{10} + 63 \cdot \frac{10^{-3}}{1-10^{-2}} \\ &= \frac{1}{10} + \frac{7}{110}=\frac{9}{55}\end{align*}

Rasmus
- 18,404
-
I get the general idea but I'm not sure if I understand the step you took between the 3rd and 4th lines. I'm supposed to solve this problem with a series, which is the part I'm having the most trouble with. – Matthew May 13 '11 at 07:18
-
@user4773: Sum of an infinte geometric series $a+ar+ar^{2} + \cdots$ is given by $\frac{a}{1-r}$. Thats what i have used and the rest are basic calculations. – May 13 '11 at 07:22
-
-
-
-
@Rasmus: By putting $\infty$ i actually meant that there are infinite number of terms. Anyhow thanks for the edit. It looks better without $\infty$. – May 13 '11 at 08:27