A deck of 52 cards is shuffled and evenly split amongst 13 people(4 cards each). What is the probability that one of them has exactly 2 aces and 2 others have exactly 1 ace each?
I feel like a good way to think about this would be to divide the number of ways to place 2 aces in one sequence of 4 cards and 1 ace in two sequences of 4 cards each by the number of ways to place 4 aces in 52 cards(52C4). I'm really confused about how to calculate the numerator though. Any insights on how to solve this? Would also appreciate general tips for solving more challenging counting problems.
There are 12 ways to choose 1 ace, 1 ace, and 2 aces (4!/1!1!2!). For a given choice, the probability that they end up at the first, second, and third player respectively, is 1/13 * 1/13 * 4/52*3/51. Now the is $12\cdot {11 \choose 2}$ ways to choose these 3 players.
You should work out the answer from this.