In how many ways can $30$ identical balls be distributed into $6$ distinct boxes (numbered box 1, ... , box 6) where each box gets an odd number of balls?
I have this problem at the moment and the part about there needing to be odd number of balls in every box is really throwing me.
Suppose box $i$ gets $2k_i+1$ boxes. Then you want
$$\sum_{i=1}^6 (2k_i + 1) = 30$$
Or rearranging
$$\sum_{i=1}^6 k_i = \frac{30-6}{2} = 12$$
Now how many solutions are there to $\sum_{i=1}^6 k_i = 12$ ?