My question might be a bit poorly articulated as I am not sure what I'm asking is actually called.
I am faced with an Exclusion/Inclusion problem that goes like this:
You have $25$ identical cakes that are distrubuted to $10$ children, every child must have atleast $1$ cake but no more than $4$.
After a bit of calculating you wind up with something like this:
$x_1 + x_2 +x_3 + x_4... + x_{10} = 15$ (removing the first argument of 1 cake each).
You wind up with your first number which in this case would be $(24,15)$. After that it seems that you remove 4 from this number $((20,11), (16,7)$ and finally $(12,3))$.
What I don't get is how you determine the number of which do exclude from here. My thought process would be that if each child gets 1 cake each, we then exclude the posibilites of children getting 3 more cakes, which would correspond with the argument of a lower bound of 1 and a highest bound of 4 cakes.
I hope this question makes sense and that someone out there can help me.
Thanks!