Supose we have a mouse on a labyrinth and we associate $p$ as the probability of the mouse escaping this labyrinth this turn, and $(1-p)$ for the probability of him not escaping that turn. Call $X$ the random variable associated with the number of turns that the mouse takes in order to escape. If I want him to take, at best, $4$ turns to escape the labyrinth then I would consider the possibilities of:
$$P(X \leq 4)= P(X = 4)+P(X = 3)+P(X = 2)+P(X = 1)$$
After some calculations I arrive at the probability:
$$ P(X \leq 4)= 1-(1-p)^4 $$
On the other hand:
$$ P(X \leq 4)=1-P(X > 4)$$
Which leads to:
$$ P(X > 4) = (1-p)^4$$
This gives us the probability of him failling more then $4$ times, given that it is the sum:
$$ P(X > 4) = P(X=5)+P(X = 6)+...=p(1-p)^4+p(1-p)^5+...=p \sum_{i=4}^n(1-p)^{i}=(1-p)^4$$
Can someone give me a intuitive interpretation for this? It seems a little odd that the summation would tend to $(1-p)^4$ when starting at $4$.
You have $P(X>4)=P(X=5)+...+P(X=n)+...=p\cdot\sum_{i=4}^{\infty}(1-p)^i$
This is a geometric series $a_1=(1-p)^4$ and $q=1-p$
By Geometric series formula, we have when $q<1$:
$lim_{n->\infty}\sum_{i=1}^{n}a_1 \cdot q^i = \frac{a_1}{1-q}=\frac{(1-p)^4}{1-(1-p)} = \frac{(1-p)^4}{p}$
But we had the multiplication with $p$ outside so we get $(1-p)^4$
It will work with any Geometric distribution, and for every value.
If you look for intuition, $(1-p)^4$ is the chance to "fail" in the first 4 times, so it leads to $P(X>4)$