Question about probabilities with playing cards

AI Thread Summary
The discussion focuses on calculating the probabilities of card distributions in a game with a standard 52-card deck. The first part addresses finding the probability that each of the three other players has at least one heart, which involves complex calculations based on various combinations of card distributions. The second part simplifies the calculation for the probability that each player has exactly one heart, yielding a result of approximately 4.5e-7. Additionally, the conversation touches on the importance of knowing the number of hearts in the player's own hand, as it influences the overall probabilities. Understanding these probabilities requires a solid grasp of combinatorial mathematics.
jldibble
Messages
50
Reaction score
0
Let's say that I'm playing a card game with 3 friends. The game involves a full deck of regular playing cards (52 cards, 4 suits, etc.) For this game, each player is dealt 5 cards. The cards are dealt out 5 cards at a time and in a clockwise direction starting with the person to the left of the dealer (I don't think the manner in which the cards are dealt will be relevant).

Now my question is this; how can I find the probability that each other player, besides myself, has been dealt at least ONE heart.
And then, how could I find the probability that each player, besides myself, has been dealt ONLY ONE heart.


Thanks for the help.
 
Physics news on Phys.org
This is not my field, so a more elegant solution may exist. By this procedure should give the correct result.

First, the only relevant cards are the 15 dealt to the other players. There are 52C15 = 4 481 381 406 320 possible combinations. The deck itself can be seen as 13 hearts + 39 other cards.

The probability that each other player has been dealt exactly one heart is the easiest to calculate. For the first player, this is
13C1 \times 39C4 = 1 069 263
For the second player:
12C1 \times 35C4 = 628 320
For the third player:
11C1 \times 31C4 = 346 115
So the probability is 2 033 698/4 481 381 406 320 ≈ 4.5e-7, or approximately one chance out of 2 203 563.

To find the possibility that each player has at least one heart is more involved. You can sum up the probability that one player has 2 hearts and the two others 1 heart + the probability that two players have 2 hearts and the other 1 heart + the probability that one player has 3 hearts and the two others 1 heart, and so on.
 
jldibble said:
Let's say that I'm playing a card game with 3 friends. The game involves a full deck of regular playing cards (52 cards, 4 suits, etc.) For this game, each player is dealt 5 cards. The cards are dealt out 5 cards at a time and in a clockwise direction starting with the person to the left of the dealer (I don't think the manner in which the cards are dealt will be relevant).

Now my question is this; how can I find the probability that each other player, besides myself, has been dealt at least ONE heart.
And then, how could I find the probability that each player, besides myself, has been dealt ONLY ONE heart.


Thanks for the help.
Can you look at your hand and see the number of hearts in it? If so, that number will affect the probabilities.

Or are you asking this question without having looked at our hand?
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

Replies
1
Views
1K
Replies
4
Views
2K
Replies
31
Views
3K
Replies
14
Views
2K
Replies
8
Views
1K
Replies
8
Views
3K
Replies
6
Views
2K
Back
Top