[Math] Probability of group

combinatoricsprobability

I have seen a problem in Probability that I am stuck :
Imagine that we have $12$ students in class and among this students there are $3$ honor students. Say that a teacher wants to assign a group project and wants to balance the groups out by forming 3 groups of students with exactly one honor student.

  • What is the probability of forming groups of 4 students with exactly one honor student in each group, if the students are selected randomly?

P.S. I have thought that the number of different ways to select groups of $4$ students are $$\binom{12}{4}\binom{8}{4}\binom{4}{4}$$ And I reasoned that the number of ways of selecting groups with exactly one honor student could be $$\binom{9}{3}\binom{6}{3}\binom{3}{3}$$ The answer indicates approximately $.60$ as the answer. What am I doing wrong? Thank you.

Best Answer

Imagine that we line up the students at random, and assign the first $4$ to one group, the next $4$ to another, and the last $4$ to another.

We can analyze as follows. We have $3$ copies of the letter $H$, and $9$ copies of the letter $M$. We make a $12$-letter word. What is the probability there will be an $H$ among the first $4$ letters, and an $H$ among the next $4$, and an $H$ among the last $4$?

There are $\binom{12}{3}$ equally likely ways to place the $3$ $H$'s.

The number of choices with one $H$ in the first $4$, another $H$ in the next $4$, another in the next $4$ is $4^3$.

Our required probability is therefore $\dfrac{4^3}{\binom{12}{3}}$.

Remark: Your number $\binom{12}{8}\binom{8}{4}\binom{4}{4}$ counts the number of ways to divide our $12$ people into three uniformed teams, the Blues, the Whites, and the Reds. That's fine.

Now we count the number of ways to divide into uniformed teams with an Honours student on each team. The Honours student of the Blues can be chosen in $\binom{3}{1}$ ways. The rest of the team can be chosen in $\binom{9}{3}$ ways. For every such choice, the Honours student in the Whites can be chosen in $\binom{2}{1}$ ways, and the rest of her team in $\binom{6}{3}$ ways. Now we are finished, although we can tack on a decorative $\binom{1}{1}\binom{3}{3}$ for a total of $\binom{3}{1}\binom{9}{3}\binom{2}{1}\binom{6}{3}\binom{1}{1}\binom{3}{3}$.

Now for the probability, divide.