I was just asked this interview question on combinatorics:
A deck of 54 cards (includes 2 jokers) are split into 3 equal groups of 18. What is the probability of any single group having both jokers?
I only had time to think of a solution post-interview, but please check whether my answer is correct:
$$ P = \frac{\text{Ways to form group with 2 jokers} \times \text{Ways to form 1st non-joker group} \times \text{Ways to form 2nd non-joker group}}{\text{Ways to form 3 equal groups}} $$
$$ P = \frac{{2 \choose 2}{52 \choose 16} \times {36 \choose 18} \times {18 \choose 18}}{{54 \choose 18}{36 \choose 18}{18 \choose 18} / 3!} $$
I'm not sure whether I need to divide by $3!$ in the denominator, since it seems the numerator will also have this and it cancels out?
As Shreya says, you are out by a factor of 2. Another way to see this is that $$\frac{\binom22\binom{52}{16}\binom{36}{18}\binom{18}{18}}{\binom{54}{18}\binom{36}{18}\binom{18}{18}}$$ is the probability that when you divide the cards into three ordered groups, the jokers are both in the first group. Since there are three groups the jokers could be in, you need to multiply this by $3$ (not $3!$). Of course you can simplify the above to $$\frac{\binom{52}{16}}{\binom{54}{18}}=\frac{17\times 18}{54\times53}=\frac{17}{53\times 3},$$ so the answer is $17/53$.
However, a simple way to get this is as follows. We'll shuffle the cards and then put the first $18$ in the first group and so on. Wherever the first joker is, $17$ of the remaining $53$ places are in the same group. Since the other joker is equally likely to be in any of the $53$ possible places, it has probability $17/53$ of being in the same group.