The question: What is the expected number of cards required to be drawn in order to draw 5 spades.
What I have:
Let $X=X_1+\cdots+X_{43}$ (43 because we're examining the case when 4 spades have been drawn and we're waiting for the 5th) with $X_i=1$ iff card $i$ is drawn before the fifth spade. Then $X=$ the number of cards drawn before the 5th spade. Let $Y=X+1$. Then $Y=$ the number of cards drawn before and including the 5th spade.
$P\left\{X_i=1\right\}=$ the probability that card $i$ is drawn before the 5th spade $=\frac{9!}{10!}=\frac{1}{10}$ (because there are $9!$ ways of ordering the $i$th card at the front of 9 spades and $10$ ways of ordering 10 cards).
Then $E\left[Y\right]=\frac{43}{10}+1=5.3$. But this is far too small. What went wrong?
Thanks.
Just so that the answer is here and clear.
Label the non-spades $1\cdots39$. Let $X_i=1$ iff card $i$ is drawn before the fifth spade (and $X_i=0$ iff card $i$ is drawn after the fifth spade). Then $X=\sum\limits_{i=1}^{39}X_i=$ the number of non-spade cards drawn before the fifth spade. Let $Y=5+X$. Then $Y=$ the number of cards drawn in order to obtain the fifth spade.
$P\left\{X_i=1\right\}=$ the probability that card $i$ is drawn before the fifth spade = $\frac{5}{14}$.
Then $E\left[Y\right]=5+E\left[X\right]=5+39*\frac{5}{14}=18.9$
Finally, given any shuffled standard deck of 52 cards, we expect the fifth spade to appear in about 19 draws.