What is the number of non negative integral solutions of ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I separated the problem into cases that list all the possible values of x 4 : x 4 = 0 , 1 , 2 , 3 , 4 , 5 .
Then I used the stars and bars method on the resulting equation for each case:
x 4 = 0 : x 1 + x 2 + x 3 = 2 0 has 2 ! 2 0 ! 2 2 ! = 2 3 1 solutions.
x 4 = 1 : x 1 + x 2 + x 3 = 1 6 has 2 ! 1 6 ! 1 8 ! = 1 5 3 solutions.
x 4 = 2 : x 1 + x 2 + x 3 = 1 2 has 2 ! 1 2 ! 1 4 ! = 9 1 solutions.
x 4 = 3 : x 1 + x 2 + x 3 = 8 has 2 ! 8 ! 1 0 ! = 4 5 solutions.
x 4 = 4 : x 1 + x 2 + x 3 = 4 has 2 ! 4 ! 6 ! = 1 5 solutions.
x 4 = 5 : x 1 + x 2 + x 3 = 0 has 2 ! 0 ! 2 ! = 1 solution.
2 3 1 + 1 5 3 + 9 1 + 4 5 + 1 5 + 1 = 5 3 6 .