Skip to main content
Logo image

Section 23.2 Multinomial Coefficients

Similarly to the proof of the Binomial Theorem, write
(✢)(x+y+z)n=(x+y+z)(x+y+z)β‹―(x+y+z),
with n factors. To expand this out, we generalize the FOIL method: from each factor, choose either x, y, or z, then multiply all your choices together. For any such product, the powers on x, y, and z must sum to n. To get the final expansion, add the results of all possible such products.
But we can collect terms that have the same exponent on each of x, y, and z. How many ways can we form a specific term xiyjzk, for 0≀i,j,k≀n such that i+j+k=n? We have Cin ways to choose i factors from the right-hand side of (✢) from which to take x, then Cjnβˆ’i ways to choose j factors from which to take y. But now from all remaining factors we must choose z, and there is only 1 way to do this. So the coefficient on xiyjzk is
(ni)(nβˆ’ij)=(n!i!(nβˆ’i)!)((nβˆ’i)!j!(nβˆ’iβˆ’j)!)=n!i!j!k!.
Use the Binomial Theorem on (x+(y+z))n, then again on (y+z)k for each term Cknxnβˆ’k(y+z)k. (This would be very tedious!)

Worked Example 23.2.2. Expanding a trinomial.

Determine the terms in the expansion of (2x+yβˆ’3z)3.
Solution.
First, rewrite
(2x+yβˆ’3z)3=((2x)+y+(βˆ’3z))3.
So the terms in the expansion involve products
(2x)iyj(βˆ’3z)k.
We need to account for all triples of exponents i,j,k that sum to 3.
i j k n!i!j!k! term simplified
3 0 0 1 (2x)3 8x3
0 3 0 1 y3 y3
0 0 3 1 (βˆ’3x)3 βˆ’27z3
2 1 0 3 3(2x)2y 12x2y
2 0 1 3 3(2x)2(βˆ’3z) βˆ’36x2z
1 2 0 3 3(2x)y2 6xy2
0 2 1 3 3y2(βˆ’3z) βˆ’9y2z
1 0 2 3 3(2x)(βˆ’3z)2 βˆ’54xz2
0 1 2 3 3y(βˆ’3z)2 βˆ’9yz2
1 1 1 3! 6(2x)y(βˆ’3z) βˆ’36xyz
Collecting this together, we have
(2x+yβˆ’3z)3=8x3+y3βˆ’27z3+12x2yβˆ’36x2z=+6xy2βˆ’9y2zβˆ’54xz2βˆ’36xyz.

Worked Example 23.2.3. Determining a specific coefficient in a trinomial expansion.

Determine the coefficient on x5y2z7 in the expansion of (x+y+z)14.
Solution.
Here we don’t have any extra contributions to the coefficient from constants inside the trinomial, so using n=14, i=5, j=2, k=7, the coefficient is simply
14!5!2!7!=14β‹…13β‹…12β‹…11β‹…10β‹…9β‹…85β‹…4β‹…3β‹…2β‹…2=14β‹…13β‹…11β‹…9β‹…4=72,072.
The pattern of the Binomial Theorem and Trinomial Theorem continues.
Use the same generalized FOIL method argument as in the Binomial and Trinomial Theorem proofs, and simplify the product of combination formulas obtained.

Worked Example 23.2.5. Determining a specific coefficient in a multinomial expansion.

Determine the coefficient on x2yz6 in the expansion of (3x+2y+z2+6)8.
Solution.
Rewriting
(3x+2y+z2+6)8=((3x)+(2y)+(z2)+6)8,
we see that the four terms in this multinomial are
3x,2y,z2,6.
So what we really want to know is the total coefficient on the term involving
(3x)2(2y)1(z2)362.
The Multinomial Theorem tells us that there will be
8!2!1!3!2!=1,680
such terms in the expansion of the multinomial. Therefore, we obtain the term
(1,680)(3x)2(2y)1(z2)362=(1,088,640)x2yz6
with a total coefficient of 1,088,640.
multinomial coefficient
a number appearing as a coefficient in the expansion of (x1+x2+β‹―+xm)n
(ni1,i2,…,im)
the coefficient on the term x1i1x2i2β‹―xmim in the expansion of (x1+x2+β‹―+xm)n, where the exponents i1,i2,…,im must sum to n