I am a computing teacher and just helping out some students with a math question. They have been asked to calculate the following:
$$\sum_{n=0}^{\infty} 0.6^n$$
I am intrigued as to how one gets to the answer - i.e. the logic and process behind it if possible.
Note that $$ (x^{n-1}+...+x+1)(x-1)=x^n-1 $$ so $$ \sum_{i=0}^{n-1} x^i=\frac{x^n-1}{x-1} $$
You have $x=0.6$, so $$ \sum_{i=0}^{n-1} 0.6^i=\frac{0.6^n-1}{0.6-1}\longrightarrow\frac{0-1}{0.6-1}=2.5\quad\text{for }n\to\infty $$ As others have mentioned, this is known as a geometric series and is convergent for $|x|<1$, which should be evident from the expression $S_{n-1}=\frac{x^n-1}{x-1}$ for the partial sums.