Q: The sum of all the coefficients of the terms in the expansion of $(x+y+z+w)^{6}$ which contain $x$ but not $y$ is:
What I tried to do was make pairs of two terms and the expand it as a binomial expression and then again expand the binomial in the resulting series which gave me an expression with lot of unknowns and I got stuck.
Any help would be appreciated. Thanks.
$$(x+y+z+w)^6=\{y+(x+w+z)\}^6=\cdots+(x+w+z)^6$$
$$(x+w+z)^6=\sum_{r=0}^6\binom6rx^{6-r}(w+z)^r$$
We need $r\ne6$
The sum of the reuqired coefficients should be $\sum_{r=0}^5\binom6r(1+1)^r$ (setting $x=w=z=1$)
$$=\sum_{r=0}^6\binom6r2^r-\binom662^6=(1+2)^6-2^6$$