find number of non negative integral solutions of equation x+y+z+w=150 where,0<=x<=50,0<=y<=50,0<=z<=50,0<=w<=100
I tried to solve it using partition method ((n+r-1)C(r-1)) but didn't got the right answer.
find number of non negative integral solutions of equation x+y+z+w=150 where,0<=x<=50,0<=y<=50,0<=z<=50,0<=w<=100
I tried to solve it using partition method ((n+r-1)C(r-1)) but didn't got the right answer.