I am wondering if I did this question right, "How many integer solutions are there to the equation x1 + x2 + x3 + x4 = 32 with
0 <= x (subscript) i <= 10 for i = 1, 2, 3, 4?" My attempt: There is a total of 35 choose 3 answers for all non-negative integers, therefore I must subtract everything that doesn't satisfy the conditions stated in the question which will be anything [x (subscript) i > 10] which will be 25 choose 3. So the answer will be (35 choose 3) - (25 choose 3).. Is that correct?????
0 <= x (subscript) i <= 10 for i = 1, 2, 3, 4?" My attempt: There is a total of 35 choose 3 answers for all non-negative integers, therefore I must subtract everything that doesn't satisfy the conditions stated in the question which will be anything [x (subscript) i > 10] which will be 25 choose 3. So the answer will be (35 choose 3) - (25 choose 3).. Is that correct?????
Last edited: