Two-player card game, combined probability

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Lenus
Messages
20
Reaction score
1
There is a card game where one player gets three cards and only uses two (the third one is discarded without showing to an opponenet), and the second player gets also three cards and uses only two, discarding the third card in the similar way - without showing.

I am trying to enumerate all possible deals, but stuck with the logic. Do I account for the mucked (the third cards) or not?

If I have a 52-card standard deck, the first players hands number would be C(52,3) and the second players number of hands would be C(49,3)? Thus the total number of the deals would be C(52,3)xC(49,3).

What if I am one of the players and know the third discarded card of mine, but don't know the discarded card of my opponent, will it affect the above-mentioned formula?
 
on Phys.org
If the disposed card is not chosen at random, then you should account for it - it will influence the distributions.
Lenus said:
Thus the total number of the deals would be C(52,3)xC(49,3).
Yes, if the two players are different.
Lenus said:
What if I am one of the players and know the third discarded card of mine, but don't know the discarded card of my opponent, will it affect the above-mentioned formula?
The formula is true independent of your knowledge. If you know some cards and some not, you can calculate how many different options are left - then your cards (including the disposed one - the opponent cannot have it) are relevant of course.
 
mfb

If the disposed card is not chosen at random, then you should account for it - it will influence the distributions.

The term "not chosen at random" was the key, thanks a lot!
 
  • Like
Likes   Reactions: mfb