The following question has appeared elsewhere on the site:
What is the expected number of cards that need to be turned over in a regular $52$-card deck in order to see the first ace?
The correct answer is $10.6$. However, I got something different from the following approach of conditional expectation:
Let $N$ denote the random variable for the number of cards to be turned over to see the first ace.
Also, let $R$ denote the random variable for the « value » of the card in the first round, i.e. the four aces have values $1$ to $4$ respectively and the other $48$ cards admit values $5$ to $52$ respectively.
Therefore, by the tower property of conditional expectation,
\begin{eqnarray} \mathbb{E}[N] & = & \sum_{i=1}^4 \mathbb{E} [N| R=i] \mathbb{P}(R=i) \\ & & + \sum_{i=5}^{52} \mathbb{E} [N| R=i] \mathbb{P}(R=i) \\ & = & \sum_{i=1}^4 1 \big( \frac{1}{52} \big) + \sum_{i=5}^{52} \Big( 1 + \mathbb{E}[N] \Big) \Big( \frac{1}{52} \Big) \\ & = & \frac{4}{52} + \frac{48}{52} \Big( 1+ \mathbb{E}[N] \Big). \end{eqnarray}
This gives $$ \mathbb{E} [N] = 13. $$
I fail to see any problems with this approach of conditional expectations, yet this does not give the correct answer. Any ideas?