[Math] Probability of ace of spades on 21st selection

probability

A deck of cards is shuffled and the cards are then turned over one at a time until the first ace appears. Given that the first ace is the 20th card to appear, what is the conditional prob that the card following it is a) the ace of spades and b) the two of clubs?

I can do both parts easily – but I tried it another way and can't get the correct answer. So my first way I used the definition $P(E|F) = P(EF)/P(F)$
Let $E$ be the event that the 21st card is the ace of spades, $H$ the event that the 20th card is the first ace and $F$ the event that the 20th card is the ace of spades.

So for the second way let$$P(E|H) = P(E|FH)P(F|H) + P(E|F^cH)P(F^c|H)$$ The first term here is $0$ and so we need only consider the second term.

I said $P(E|F^cH) = (48C19)(3C1)(1C1)(31!)/(52!),$ i.e the first 19 cards have to not be any aces $(48C19)$, the 20th card has to be an ace but not the ace of spades,$(3C1)$, the 21st card is ace of spades (1C1) and the rest can be any of the remaining cards.

Similarly, $P(F^c|H) = (48C19)(3C1)(32!)/(52!)$ Or would this simply be 3/4? My reasoning being you know the 20th card is an ace. So the probability of it being the ace of spades is 1/4 => not ace of spades with prob 3/4?
Thanks

Best Answer

I said $P(E|F^cH) = (48C19)(3C1)(1C1)(31!)/(52!),$ i.e the first 19 cards have to not be any aces $(48C19)$, the 20th card has to be an ace but not the ace of spades,$(3C1)$, the 21st card is ace of spades (1C1) and the rest can be any of the remaining cards.

As your denominator of $52!$ makes clear, you’re counting permutations. There are $\binom{48}{19}$ ways to choose the first $19$ cards, but they can then be arranged in $19!$ different orders, so the first factor should be $19!\cdot\binom{48}{19}=\frac{48!}{29!}$: there are

$$\frac{48!}{29!}\cdot3\cdot 31!=3\cdot30\cdot31\cdot48!$$

permutations that result in the desired outcome $EH$, and the probability is therefore

$$\frac{3\cdot30\cdot31}{49\cdot50\cdot51\cdot52}=\frac{93}{5\cdot17\cdot49\cdot52}=\frac{93}{216580}\approx0.0004294\;.$$

Similarly, $P(F^c|H) = (48C19)(3C1)(32!)/(52!)$ Or would this simply be 3/4? My reasoning being you know the 20th card is an ace. So the probability of it being the ace of spades is 1/4 => not ace of spades with prob 3/4?

Yes, it’s simply $\frac34$, for the reason that you give.

Related Question