How many distributions can we make putting balls into boxes with a maximum capacity in box term

39 Views Asked by At

I need to distribute 100 similar balls in 10 distinct boxes but the maximum balls in one box can be 20.

x1+x2+...+x10 = 100

xi ≤ 20 for every 1 ≤ i ≤ 10. how do I continue from here?