I am stuck with the following exercise, from Probability by Grimmett and Welsh.
If $X$ is a discrete random variable having the geometric distribution with parameter $p$, show that the probability that $X$ is greater that $k$ is $(1-p)^k$.
My idea: the required probability should be given by: $$ P=\sum_{i=k}^\infty p(1-p)^i $$ but how to sum this series? The only thing that came to my mind is: $$ P = p\sum_{i=k}^\infty (1-p)^i = p \left(\frac{1}{p}-\sum_{i=0}^{k-1}(1-p)^i\right). $$ But still I do not know how to sum the right hand side series.
$1-p<1$ then as you wrote
Reminder : If $\left|x\right|<1$
$$ \sum_{n=p}^{+\infty}x^n=\frac{x^p}{1-x} $$ It comes from $$ \sum_{n=p}^{N}x^n=\frac{1-x^{N-p+1}}{1-x}x^p \ \text{ (Partial Sum of geometric sequences )} $$ And $$ x^{N-p+1} \underset{ N \rightarrow+\infty}{\rightarrow}0 \text{ because } \left|x\right|<1 $$ Hence the result.