How many integer solutions are there to the equation $x_1 + x_2 + x_3 = 0$ if $x_i \geq -5$ for all $i$?
Answer: I know the answer is $C(15 + 3 - 1, 15)$, which is derived from the formula $C(r + n - 1, r)$. I understand such problems if we are using "non-negative" solutions. However, including negatives seem to be confusion and the textbook I have doesn't explain it.
Any suggestions?