Original Question:
Given $(x + y + z)^{50}$ . How many terms does it have ?
Solution:
The general term is $(x^{n1} + y^{n2} + z^{n3})^n$ coming from Multinomial Theorem.
Then $n\choose n1, n2, n3 $=$50\choose n1, n2, n3 $. Why this step is not considered the soltuion ?
- Comment: I don't understand why these things happen. How should I know what step to do next from this point ?
n1 + n2 + n3 = r (coming from combination with repetitions)
n1 + n2 + n3 = 50
$\therefore$ n = 3 and r = 50
= $n+r-1\choose r$ = $3+50-1\choose 50$ = $52 \choose 50$ terms