I have a question
Find the coefficient of $x^{10}$ in the expansion $(1+x+x^2+x^3+.....+x^{10})^4$
There ARE questions like this on stack exchange already I know, but I'm not able to formulate a pattern or know how to apply that thing here... I've tried making combinations of $1$'s and $x^{10}$'s, $x$'s and $x^9$'s etc but I am unable to solve it. Please help.
PS. How to do it using combinations exclusively.
When you multiply out $$(1+x+x^2+\cdots +x^{10})^4$$ you get terms of the form $$x^{a_1}x^{a_2}x^{a_3}x^{a_4}$$ where $a_1,a_2,a_3,a_4 \in \{0,1,\ldots, 10\}$ and you want $a_1+a_2+a_3+a_4=10$. Example, you take $x^0$ from the first three terms and $x^{10}$ from the last term would correspond to $a_1=a_2=a_3=0, a_4=10$.
So, how many solutions does this have? This is the stars and bars problem. As others have said, the answer is $$\dbinom{10+4-1}{4-1} = 286$$ Look up the stars and bars problem for more information if this method is easier for you to understand.