(i) By using sum of terms in a geometric progression formula, the following can be proved: $$ \sum_{a+b=n} x^ay^b = \frac{x^{n+1}-y^{n+1}}{x-y} $$
(ii) Is there a formula for $$ \sum_{a+b+c=n} x^ay^bz^c $$
(iii) If yes, can it be expanded to a general case $$ \sum_{k_{1}+k_{2}+...+k_{m}=n} x_{1}^{k_{1}}x_{2}^{k_{2}}...x_{m}^{k_{m}} $$ My attempt:
I tried treating the last two variables ($y$ and $z$ with their exponents) as a single term (in eqn. (ii)) and applying the first formula (eqn. (i)). However, I couldn't figure out how to deal with the first term ($x^a$), which is varying.