Difference between revisions of "Multinomial Theorem"
(wrong category...) |
(new notation, cleanup, better category) |
||
Line 1: | Line 1: | ||
− | The | + | The '''Multinomial Theorem''' states that |
− | < | + | <cmath>(a_1+a_2+\cdots+a_k)^n=\sum_{\substack{j_1,j_2,\ldots,j_k \\ 0 \leq j_i \leq n \textrm{ for each } i \\ |
+ | \textrm{and } j_1 + \ldots + j_k = n}}\binom{n}{j_1; j_2; \ldots ; j_k}a_1^{j_1}a_2^{j_2}\cdots a_k^{j_k}</cmath> | ||
− | where | + | where <math>\binom{n}{j_1; j_2; \ldots ; j_k}</math> is the [[multinomial coefficient]] <math>\binom{n}{j_1; j_2; \ldots ; j_k}=\dfrac{n!}{j_1!\cdot j_2!\cdots j_k!}</math>. |
− | <math>\binom{n}{ | + | Note that this is a direct generalization of the [[Binomial Theorem]]: when <math>k = 2</math> it simplifies to |
+ | <cmath>(a_1 + a_2)^n = \sum_{\substack{0\leq j_1, j_2 \leq n \\ j_1 + j_2 = n}} \binom{n}{j_1; j_2} a_1^{j_1}a_2^{j_2} = \sum_{j = 0}^n \binom{n}{j} a_1^j a_2^{n - j}.</cmath> | ||
==Problems== | ==Problems== | ||
===Introductory=== | ===Introductory=== | ||
===Intermediate=== | ===Intermediate=== | ||
− | *The expression | + | *The [[expression]] |
<math>(x+y+z)^{2006}+(x-y-z)^{2006}</math> | <math>(x+y+z)^{2006}+(x-y-z)^{2006}</math> | ||
Line 25: | Line 27: | ||
{{stub}} | {{stub}} | ||
[[Category:Theorems]] | [[Category:Theorems]] | ||
− | [[Category: | + | [[Category:Combinatorics]] |
Revision as of 18:02, 29 April 2008
The Multinomial Theorem states that
where is the multinomial coefficient .
Note that this is a direct generalization of the Binomial Theorem: when it simplifies to
Problems
Introductory
Intermediate
- The expression
is simplified by expanding it and combining like terms. How many terms are in the simplified expression?
Olympiad
This article is a stub. Help us out by expanding it.