1
$\begingroup$

Alice draws a card from a standard deck, doesn't look at it, and gives it to Bob and he looks at it and says "it's not a King" (a spoiler of this type will, henceforth, be referred to as a Bob-Spoiler). Alice wants the probability that she'll draw a Queen next:

There are 51 cards left and 4 cards left for Alice to draw (3 if it has been drawn already). On average, it has not been drawn 11 out of 12 times (13 ranks, but we know that we can disregard the King from Bob's spoiler). Therefore I claim that the exact probability is:

$\frac{4*\frac{11}{12}}{51}$

And if Alice continues after n rounds (she lost $n-1$ guesses so far), we have:

$\frac{4*\frac{13-n}{13-n+1}}{52-n+1}$

(Please let me know if you disagree that this is the exact probability.)

My real intention of asking this question is me wanting an approximate and simple expression for the probability (which doesn't lose much accuracy even if Alice guesses after, say, a dozen cards have already been drawn (Bob-Spoilers have been dispensed every time). He varies this rank in his spoilers every time (distinct) so the maximum this little game can be played is with 13 drawn cards.)

  • 0
    That looks like a different game. I think exact probabilities can be calculated.2012-09-04

1 Answers 1

0

Let us calculate the probability that Alice will draw a Queen next, given that the first card is not a King.

Given that the first card is not a King, the probability it is a Queen is $\frac{4}{48}$, and the probability it is not a Queen is $\frac{44}{48}$.

If the first card is a Queen, the probability that the second is a Queen is $\frac{3}{51}$. If the first card is not a Queen, the probability the second is a Queen is $\frac{4}{51}$. Thus given that the first card is not a King, the probability the second is a Queen is $\frac{4}{48}\cdot\frac{3}{51}+\frac{44}{48}\cdot \frac{4}{51}.$ This simplifies to $\frac{1}{12}\cdot\frac{47}{51}$. That is somewhat larger than the answer that you gave, so even at the start ($n=2$) your expression does not give the exact probability.

  • 0
    Yes, the o$r$iginal game. After the one guesses wrong that the i'th card drawn is not of ran$k$ i, one draws another card up to i=13 (i=1 means ace, i=13 means king). if by the 13th card one does not guess right, the game is lost. i'm trying to get the probability of winning this game. i got a sim up and running but i cant solve it by hand.2012-09-05