The advisor asks to verify that the coefficient of $$x^n$$ in the development of: $$(1+x)^{2n}+x(1+x)^{2n−1}+x2(1+x)^{2n−2}+......+x^n(1+x)^n$$ is equal to $$\binom{2n+1}{n}$$
I tried for summations but not. I did with the denominator change too, but I can not even,how can i match the 2 questions
$$(1+x)^{2n}+x(1+x)^{2n-1}+x^2(1+x)^{2n-2}+...+x^n(1+x)^n$$ $$=\sum_{k=0}^{2n}\binom{2n}{k}x^k+x\sum_{k=0}^{2n-1}\binom{2n-1}{k}x^k+...+x^n\sum_{k=0}^{n}\binom{n}{k}x^k$$ for the $x^n$ coefficient in this summation we need to add each of the $x^n$ coefficients in individual terms. This gives us $$\binom{2n}{n}+\binom{2n-1}{n-1}+...+\binom{2n-n}{n-n}=\sum_{k=0}^{n}\binom{2n-k}{n-k}=\binom{2n+1}{n}$$