What is the coefficient of $x^{50}$ in the polynomial
$[x+\binom{50}{0}][x+3\binom{50}{1}][x+5\binom{50}{2}].....[x+(2n+1)\binom{50}{50}]$
The solution given in one of the books was ,
We have ,
$[x+\binom{50}{0}][x+3\binom{50}{1}][x+5\binom{50}{2}].....[x+(2n+1)\binom{50}{50}]$
$=x^{51} +x^{50}[\binom{50}{0}+ 3\binom{50}{1} + 5\binom{50}{2} .... 101\binom{50}{50}$]
And from here they have found out the coefficient of $x^{50}$ However I am not able to understand, how is the coefficient of $x^{50}$ the sum of all of the binomial coefficients in the polynomial? Is there a general method to determine the coefficients of the second or the third highest degree variable of any polynomial using binomial theorem?
Let's take a smaller example and then generalise.
$[x+\binom{3}{0}][x+3\binom{3}{1}][x+5\binom{3}{2}][x+(7)\binom{3}{3}]$
$\quad =x^4$
$\quad + x^3[\binom30+3\binom31+5\binom32+7\binom33]$
$\quad+x^2[\binom303\binom31+\binom305\binom32+\binom307\binom33+3\binom315\binom32+3\binom317\binom33+5\binom327\binom33]$
$\quad +x[\binom303\binom315\binom32+\binom303\binom317\binom33+\binom305\binom327\binom33+3\binom315\binom327\binom33]$
$\quad + \binom303\binom315\binom327\binom33$
So, for the first term, we just multiply each $x$ with the other $x$. In the second term, we multiply all but one $x$'s and so instead of multiplying with another $x$ in the remaining bracket, we multiply with the constant part in the bracket, that's why we get a sum of each binomial coefficient. Next, for the next power of $x$, we multiply all but two x's and then multiply with the remaining two constant parts in each bracket, and so we get a sum of each pairwise multiplication of each constant term. In the next term, all but three x's are taken and each triplet of the constant part of in the remaining three brackets. And so on...