Sum of A Finite Series $\sum_{i=0}^n \frac1{6^n}$

70 Views Asked by At

I am trying to solve the sum of this finite series: $$\sum_{i=0}^n \frac{1}{6^n}.$$ I am having problems where to start, as it is completely different to the other ones I have done.

Here is the Wolframalpha link: http://www.wolframalpha.com/input/?i=sum+1%2F6^n%2C+i%3D0+to+n

The $\dfrac{1}{6^n}$ just stubs me.

Thanks for the help.

1

There are 1 best solutions below

0
On BEST ANSWER

Let $\left (\frac{1}{6}\right )^n=k$ for simplicity's sake ($k$ is a constant). It is possible in this case because there is no variable term in the summation. We can do this only when the terms are constant throughout the summation.
Then the sum transforms into
$$\sum_{i=0}^{n}k=(n+1)k$$ This is because $i$ starts from $0$ to $n$, and there are $(n+1)$ integers in between. $k$ just gets added $n+1$ times. Now, we just substitute the value of $k$ and get the answer as $$(n+1)\left (\frac{1}{6}\right )^n$$