[Math] 18 people divided into 3 groups probability

combinatoricsprobability

$18$ people are randomly divided into $3$ groups of size $5$, $6$ and $7$. Among the $18$ are John, Jack and James. What is the probability that:

1) What is the probability that both Jack and James are included in the 6-persons group?

2) What is the probability that John, Jack and James are each in a different group?

3) What is the probability that two of the three are in the same group and the third is in a different group?

Thanks in advance!

This is NOT a homework question. This was an exam question.

Best Answer

Your answers (given in the comments) for the first two are correct (and rather cleverer than many correct solutions). In the first, $\binom{18}2$ is the number of pairs of individuals, and $\binom62$ is the number of pairs taken from the group of $6$. The fraction $$\frac{\binom62}{\binom{18}2}$$ is therefore the probability that any given pair of individuals will end up together in the group of $6$. In particular, it’s the probability that Jack and James both end up in this group.

Similarly, $\binom{18}3$ is the number of $3$-person subsets of the group of $18$, and $\binom51\binom61\binom71$ is the number that include one person from each of the three subgroups, so $$\frac{\binom51\binom61\binom71}{\binom{18}3}$$ is the probability that any given set of $3$ people will end up in different subgroups. In particular, it’s the probability that John, Jack, and James will end up in different subgroups.

You can use the same general approach for the third question. There are still $\binom{18}3$ sets of $3$ people, so that will be my denominator. In the numerator I want the number of sets of $3$ people that have two people in one group and one in another. There are $$\binom52\binom{13}1$$ that have two in the group of $5$ and one in another group; just fill out the rest of the numerator, and you’ll have the desired probability.

Related Question