Find the number of non-negative solutions of the equation above.
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.
Pretty long,
First of all we will sort out the variable with coefficient,
Let f = 0,1,2,3,4,5,6,7;
We have the following equations,
a+b+c+d+e = 28,24,20,16,12,8,4,0;
Now we to find no. of solutions of each and add them,
C(32,29) + C(28,24) + C(24,20) + C(20,16) + C(16,12) + C(12,8) + C(8,4) + C(4,0)
=74292