Multinomial Theorem Example Questions – Combinatorics

combinatoricsmultinomial-coefficients

I'm learning about the multinomial theorem and working 2 examples in a book. I thought I understood the examples until I did example 5c. I don't understand why these two examples are different. In example 5c it says that order is now irrelevant. What do you mean order is irrelevant? Why was the order relevant in 5b? In both examples we are separating into 2 groups of 5… Thank you in advance!!!

EXAMPLE 5b
Ten children are to be divided into an A team and a B team of 5 each. The A team will play in one league and the B team in another. How many different divisions are possible?

Solution is 10! / (5! 5! ) = 252

EXAMPLE 5c
In order to play a game of basketball, 10 children at a playground divide themselves into two teams of 5 each. How many different divisions are possible?

Solution. Note that this example is different from Example 5b because now the order of the two teams is irrelevant. That is, there is no A and B team, but just a division consisting of 2 groups of 5 each. Hence, the desired answer is

[10! / (5! 5!) ]/2!

Best Answer

Let us take a much smaller example, $4$ people. We want to divide them into two groups of two each, one group to wear nice blue uniforms, the other to wear brown and yellow stripes. How many ways are there to do the division? We need to choose who will wear the blue uniforms. This can be done in $\binom{4}{2}=6$ ways.

Now consider the ways to divide them into two groups of two each, no uniforms. Call the people $a$, $b$, $c$, and $d$. As soon as we decide who goes with $a$, we will have done the division. So there are $3$ ways to do the job.

Another way of thinking about the second problem is that we first divide the people into two groups-with-uniform. Then we take away the uniforms. The two old divisions $a$ and $c$ wear blue, $b$ and $d$ wear browm/yellow stripes and $a$ and $c$ wear brown/yellow stripes, and $b$ and $d$ wear blue now become a single division into two groups. So to count the number of divisions into uniormless groups, we divide $\binom{4}{2}$ by $2$.

Remark: The idea generalizes. For example, take $20$ people, and divide them into $4$ groups of $5$ people each, one group to wear blue, another white, another red, and another black. First choose who will wear blue. This can be done in $\binom{20}{5}$ ways. For every way of doing this, there are $\binom{15}{5}$ ways to decide who will wear whie, and then $\binom{10}{5}$ ways to decide who will wear white, for a total pf $\binom{20}{5}\binom{15}{5}\binom{10}{5}$.

This can also be written as the multinomial coefficient $\binom{20}{5,5,5,5}$.

Now how many ways are there to divide them into $4$ uniformless groups? When people take off their uniforms, $4!$ uniformed divisions collapse into one, so we need to divide by $4!$.

Related Question