Find the number of distinct terms when expanded and collected in $(x+y+z)^{20}(x+y)^{15}$
How would I do this nicely?
I know that the first expansion has general algebraic term of
$$\frac{20}{b_1!b_2!b_3!} x^{b_1}y^{b_2}z^{b_3}
$$
where $b_1+b_2+b_3 = 20, b_1 \geq 0$
and the second is
$$\frac{15}{c_1 ! c_2 !} x^{c_1}y^{c_2}
$$
where $c_1 + c_2 = 15, c_i \geq 0$.