This problem appears in Girls in Math at Yale, a high school competition which I am prepping for:
"Marie repeatedly flips a fair coin and stops after she gets tails for the second time. What is the expected number of times Marie flips the coin?"
I deduced that for there to be n flips, we have to add $\dfrac{n(n-1)}{2^n}$ to get the
I have also encountered a few similar problems like dice problems, where I have to calculate things like $\dfrac{1\cdot1}{6} + \dfrac{2\cdot1}{36} + \dfrac{3\cdot1}{216} \cdots$
So how should I approach this?