How many nonnegative integer solutions are there to the equa
How many non-negative integer solutions are there to the equation:
x1+x2+x3+x4 = 50
under each of the following circumstances?
a) x1 >= 1, x2 >= 1, x3 >= 1, x4 >= 1
b) At least two variables must be nonzero.
Solution
here it uses the combination with unlimited repetition :
https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xpf1/v/t34.0-12/11006086_393435517484734_1116480272_n.jpg?oh=d73a9264cba3f4d1b4b204334c43b901&oe=54E9AFA2&__gda__=1424522674_6edf007c8d48b5fd481519e970398a98
