If $$S=\frac{2}{10}+\frac{6}{10^2}+\frac{12}{10^3}+\frac{20}{10^4}+\cdots,$$ find the value of $S$.
- $24/90$
- $242/900$
- $245/900$
- $200/729$
What I understand:
Had the numerators not been present, it could have been solved by infinite geometric series formula. Also, I can't find any relationship between the numerators. Please help me with this question.
Very elegant solution from Math Lover indeed, let me provide you a solution that's a bit more hands on:
$$S = \frac{2}{10} + \frac{6}{10^2} + \frac{12}{10^3} +\frac{20}{10^4} + \ ...$$ Multiply both sides by the factor $\frac{1}{10}$:
$$\frac{S}{10} = \frac{2}{10^2} + \frac{6}{10^3} + \frac{12}{10^4} +\frac{20}{10^5} + \ ...$$
Evaluate $S - \frac{S}{10}$:
$$S - \frac{S}{10} = \frac{2}{10} + \Big(\frac{6}{10^2} - \frac{2}{10^2}\Big) + \Big(\frac{12}{10^3} - \frac{6}{10^3}\Big) +\Big(\frac{20}{10^4} - \frac{12}{10^4}\Big) + \ ...$$ $$S - \frac{S}{10} = \frac{2}{10} + \frac{4}{10^2} + \frac{6}{10^3} +\frac{8}{10^4} + \ ...$$
And let's multiply this result by $\frac{1}{10}$:
$$\frac{S}{10} - \frac{S}{10^2} = \frac{2}{10^2} + \frac{4}{10^3} + \frac{6}{10^4} +\frac{8}{10^5} + \ ...$$
And let's subtract $\frac{S}{10} - \frac{S}{10^2}$ from $S - \frac{S}{10}$ using the same logic:
$$\Bigg(S - \frac{S}{10}\Bigg) - \Bigg(\frac{S}{10} - \frac{S}{10^2} \Bigg) = \frac{2}{10} + \Big(\frac{4}{10^2} - \frac{2}{10^2}\Big) + \Big(\frac{6}{10^3} - \frac{4}{10^3}\Big) + \Big(\frac{8}{10^4} - \frac{6}{10^4}\Big) + \ ...$$ $$\Bigg(S - \frac{S}{10}\Bigg) - \Bigg(\frac{S}{10} - \frac{S}{10^2} \Bigg) = \frac{2}{10} + \frac{2}{10^2} + \frac{2}{10^3} +\frac{2}{10^4} + \ ...$$
And now let's multiply by $\frac{1}{10}$ to get a new sum, then we subtract the new sum from the old sum.. again. This time however we can see that all of the terms cancel each other out except for the first fraction $\frac{2}{10}$: $$\Bigg(\Bigg(S - \frac{S}{10}\Bigg) - \Bigg(\frac{S}{10} - \frac{S}{10^2} \Bigg)\Bigg) - \Bigg(\frac{\Bigg(S - \frac{S}{10}\Bigg) - \Bigg(\frac{S}{10} - \frac{S}{10^2} \Bigg)}{10}\Bigg)\Bigg) = \frac{2}{10}$$
Now simplify that mess and we get:
$$\frac{729}{10^3}S = \frac{2}{10}$$ $$729S = 200$$ $$S = \frac{200}{729}$$
So the correct answer is (4): $\frac{200}{729}$