If we have numbers 1,2,3,4,5,6,7,8,9,10,11.
We want to pick 5 numbers out of that, but there is a restriction - the summation of the 5 picked numbers must be 21 or less.
How many different combinations can we get?
The answer is 24 but I would like to know how to work it out (besides...