Skip to main content
Logo image

Section 23.3 Applications

There are Ci1n possibilities for A1. After choosing A1, there are Ci2nβˆ’i1 possibilities for A2. After choosing A2, there are Ci3nβˆ’i1βˆ’i2 possibilities for A2. Continue in this fashion, all the way to Am, then multiply all the combination formula expressions together.
Going back to basic counting principles, we can approach this in the same way that we came up with the factorial formula for the choose function. Choosing a permutation of A (n! ways) gives us an instance of the desired partition of A by setting A1 to be the subset consisting of the first i1 objects in the permutation, then setting A2 to be the subset consisting of the next i2 objects in the permutation, and so on. However, the ordering of the elements inside any such subset Aj does not matter, and we would get the same partition if we took our permutation of A and again permuted the β€œclusters” corresponding to each subset Aj. Since there are ij! ways to permute subset Aj, we should divide n! by each of the factorials ij!.

Warning 23.3.2.

In the above theorem, the order A1,A2,…,Am matters!
If we view each letter xi as a variable and each word made up of the letters x1,…,xm as a product of these variables, then each of the words we want to count gives us one way to achieve a term of x1i1β‹―xmim in the expansion of (x1+β‹―+xm)n. The number of such ways is the multinomial coefficient.

Worked Example 23.3.4.

How many different 9-digit integers can we form from three 3s, four 6s and two 9s?
Solution.
The number of integers of the desired digit composition is the multinomial coefficient
(93,4,2)=9!3!4!2!=9β‹…8β‹…7β‹…6β‹…53β‹…2β‹…2=9β‹…4β‹…7β‹…5=1,260.