1
$\begingroup$

Suppose someone continuously draws one card each time from a deck of cards (without replacement), until he/she gets the 3 of Hearts.

What is the expected value of distinct suits (Spades, Hearts, Diamonds, Clubs) among all of cards he/she draws?

$\endgroup$
3
  • $\begingroup$ With or without replacement? $\endgroup$
    – joriki
    Commented Oct 4, 2012 at 17:15
  • $\begingroup$ without replacement. $\endgroup$ Commented Oct 4, 2012 at 17:19
  • $\begingroup$ Since the position of the 3 of hearts is uniform across the deck, this is $$ \frac{1}{52}\sum_{i=1}^{52}E(S_i) $$ where $S_i$ is the number of suits represented in $i$ random cards without replacement, including the 3 of hearts. My guess is it sums up to close to four. $\endgroup$
    – Arthur
    Commented Oct 4, 2012 at 17:53

1 Answer 1

0
$\begingroup$

We have $1$ for the suit of Hearts that's always present. By linearity of expectation, the expected number of the other three suits that we see is three times the probability of seeing a particular one of them. The $3$ of Hearts and the $13$ cards of the suit are in uniformly random order, so the probability that the $3$ of Hearts is the first of the $14$ is $1/14$, whereas the probability that at least one card from the suit comes before it is $1-1/14$. Thus the total expected number of suits is $1+3(1-1/14)=4-3/14=53/14\approx3.8$, which, as Arthur expected, is quite close to $4$.

$\endgroup$
2
  • $\begingroup$ Your answer is right. Thanks. $\endgroup$ Commented Oct 6, 2012 at 5:21
  • $\begingroup$ Thanks for your answer. What is the expected maximum value among the cards that he draws? $\endgroup$ Commented Oct 6, 2012 at 5:28

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .