Is there an expansion for the following summation? $$ (a_1 + a_2 + \cdots + a_k)^n $$
Asked
Active
Viewed 275 times
2 Answers
10
http://en.wikipedia.org/wiki/Multinomial_theorem
This is what you seek.
futurebird
- 6,248
-
7It's a shame that the binomial theorem is almost never stated so that it is clearly a special case of the multinomial theorem: $$ (x+y)^n = \sum_{p+q=n} \frac{n!}{p!q!} x^p y^q$$ – lhf Oct 20 '10 at 11:02
-
I think if it's just a hyperlink then it should be a comment instead. – Oct 20 '10 at 13:23
-
5@muad: Not necessarily. This link perfectly answers the question at hand. See this meta thread. – jericson Oct 20 '10 at 16:23
0
Since you know what $(a+b)^{n}$ is you can take $A = a_{1} + a_{2} + \cdots + a_{k-1}$ and $B=a_{k}$ and try to simplify the big expression by the binomial theorem.