2
$\begingroup$

I play a card game called "Whist". In this game, all four players get 13 cards each, and you have to estimate how many tricks you will win with one trump color.

Here is my scenario: In my hand, I have 7 hearts : Ace, King, Jack, 10, ... (the rest doesn't matter). My question is : what is the probability that I will win those 7 cards if the trump is Heart? The only way for me to lose the third trick is if somebody has 3 hearts or more AND the queen. This is because if the player who has the Queen has only one or two cards he will lose it when I play my Ace and my King (people have to follow your color).

So my question is:

I know there are 6 remaining hearts in the game, they are separated into 3 players, what is the probability that one player has 3 cards or more containing the Queen?

I tried to solve it doing a probability tree but it quickly became complicated so I wonder which formula we can use.

Thanks in advance for your response!

(PS: I know that if for example I have Ace, King, Jack, 10, 8, etc, I could lose one trick if someone has 5 hearts and the 9 of hearts but I think if I am not mistaken that the probability of this is quite low (correct me if I am wrong))

$\endgroup$
2
  • $\begingroup$ Slightly simplification : You only have to conider the player having the queen of hearts. You need the probability that this player has at least two more hearts. We need the hypergeometric distribution to determine the probability. $\endgroup$
    – Peter
    Commented Sep 22, 2017 at 9:53
  • $\begingroup$ I've always wanted to play Whist. Want to play in person, though, and don't have players. :( $\endgroup$
    – Wildcard
    Commented Sep 22, 2017 at 10:02

1 Answer 1

3
$\begingroup$

One of the $3$ opponents has the queen of hearts.

The question is: what is the probability that this opponent has at least $2$ other hearts.

$$\sum_{k=2}^5\frac{\binom{12}{k}\binom{26}{5-k}}{\binom{38}{5}} \approx 51.16\% $$

Here we are practizing hypergeometric distribution and term $\frac{\binom{12}{k}\binom{26}{5-k}}{\binom{38}{5}}$ is the probability that the opponent in possession of the queen of hearts received exactly $k$ other hearts.

Observe that this opponent received $12$ cards next to the queen of hearts and the other two opponents together received $26$ cards. Among these cards there are $5$ hearts.

You think of the opponent in possession of the queen of hearts as drawing $12$ balls out of an urn containing $5$ blue balls and $33$ red balls. Then what is the probability that he draws at least $2$ blue balls.

Here balls are cards and blue balls are hearts.

$\endgroup$
1
  • $\begingroup$ I computed the distribution and the probability is a little more than 50%. It is a bit counter-intuitive as by picking 12 balls out of 38 you are picking less than a third and 2 blue balls out of 5 is more than a third, which would make you think that you're more likely to have less than 2 balls. Is there any "intuitive/layman" explanation? $\endgroup$
    – Ricola
    Commented Jan 13, 2022 at 11:59

You must log in to answer this question.

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