2024 SSMO Team Round Problems/Problem 13
Problem
In a deck of 54 cards (2 identical jokers, 4 identical cards with ), each card is dealt to one of 3 people, each having a
chance of receiving each card. If the expected sum of the number of unique cards the three of them have can be expressed as
for relatively prime positive integers
and
find
Solution
Let denote the expected number of people that have the rank
for
Consider the cards distinguishable for probability calculation purposes. There are 3 ways for one person to have it,
ways for two people to have it (3/1 or 2/2 split), and
ways for three people to have it. There are 81 total (equally likely) distributions of
among the 3 people, so
is simply
For
using a similar counting process, we have
So, our answer is
~SMO_Team