Let's say we have equation
x + y + z = 30
How to determine number of solutions?
Each solution is different combination of x y and z values.
I understand how to get number of combinations generally, but not able to figure out how to take into account the need for the number values to sum to another value like I shown above.