$A$ and $B$ are drawing marbles with replacement where there is one white and one black marble. When the individual draws the white ball, they win. Assume $A$ draws first, what is the probability that A wins the game?
Since we only want to look at $P$($A$ wins), we need to look at the (2i + 1)th draw. We also have 1/2 chances of drawing a white marble each trial. From this I have $\frac{1}{2}^{2i+1}$ but I don't understand how to turn this into something I can evaluate as a general probability for the question.