In how many ways can I collect a total of $20$ dollars from $4$ different children and $3$ different adults, if each child can contribute up to $6$ dollars, each adult can give up to $10$ dollars, and each individual gives a non-negative whole number of dollars?
So far, I know that the generating function is $(1+x+x^2+...+x^6)^4(1+x+x^2...x^{10})^3$.
In Mathematica:
(* 112567 *)