Find the expected value of the number of coin flips needed to get two consecutive heads.
So here we're dealing with a geometric random variable. I know that the expectation of such a variable is $1/p$, where $p$ is the probability of success. So it suffices to find $p$, but I'm not sure how to do this.
To begin with, does "success" in this case correspond to getting two heads in a row? If so, how to compute it? If we had a small finite number of coin flips, then the probability of two consecutive heads could be easily found from a tree. But in this case we have potentially infinite number of coin flips, so the tree is infinite, and I don't know how to proceed.