A fair die is thrown repeatedly until a six appears for the first time. Let $A_n$ be the event that a six appears for the first time on the $n$-th throw. Let $B_r$ be the event that a five appears $r$ times before a six appears for the first time.
a) Explain why $$\operatorname{Pr}(B_r)=\sum_{n=r}^{\infty}\operatorname{Pr}(A_{n+1})\operatorname{Pr}(B_r \mid A_{n+1})$$ b) Using a), show that $$\operatorname{Pr}(B_r)=\left(\frac{1}{2}\right)^{r+1}$$
I have tried to expand the summation, but I keep on getting $(\frac{1}{6})^{r}$ and the expansion is something like $$\binom{n}{r} \left(\frac{1}{6}\right)^{r} \frac{1}{6}+ \binom{n+1}{r} \left(\frac{1}{6}\right)^{r} \frac{1}{6} \frac{4}{6}+ \cdot \cdot \cdot$$ but I have no idea how to simplify.
I am totally stuck on b), any help is appreciated thank you.