0

Consider: $(a + b + c + d)^{21}$

What will be the coefficient of $a^5b^6c^5d^5$?

Can you also give the general way of finding out coefficients of such terms?

S.C.B.
  • 22,768

1 Answers1

2

$a^5b^6c^5d^5$ corresponds to the coefficient $$\frac{21!}{5!6!5!5!}$$ in the multinomial $(a+b+c+d)^{21}$. The corresponding value is $\color{red}{41\space 064\space 607\space 584}$.

Piquito
  • 29,594
  • So, does $a^7b^5c^8d^4$ in $(a + b + c + d)^{21}$ has a coefficient of $\frac{21!}{7!5!8!4!}$? – crimsonKnight Sep 29 '16 at 14:38
  • And I had another confusion: is it necessary that the powers of a, b, c and d must sum up to the x in $(a + b + c + d)^x$? – crimsonKnight Sep 29 '16 at 14:46
  • Always, like for Newton Binomial. You should get an homogeneous polynomial, so all the terms of the sum have same degree. – Piquito Sep 30 '16 at 19:01
  • Respect to the coefficients, all the terms of the sum have the form $a^{n_1}b^{n_2}c^{n_3}d^{n_4}$ where $n_1+n_2+n_3+n_4=21$ (the same happens with the binomial). – Piquito Sep 30 '16 at 19:13