How many ways are there to share 12 white balls and 3 red balls between 5 person in case that :
a) every person should have at least one ball and non of them should receive more than one red ball.
b) every person should have at least one ball and all the red balls should be shared with only 2 persons.
please help me do these questions, i think they are related to permutation with the repetition but i do not know how to solve them.
For a):
All together:
$$\color{blue}{\binom 53\cdot \binom{10+4}{4}}$$
For b):
$$\color{blue}{\binom 52\cdot 2 \cdot \binom{9+4}{4}}$$ $\color{blue}{}$