Given that : $$ \sum_{i=1}^{k} a_i = n $$ I am asked to prove that: $$\prod_{j=1}^{k} a_j! $$ divises $n!$
I saw that it works for $k=1$, and for $k=2$ I tried :
$$\frac{n!}{a_1! a_2!} = \frac{(a_1 + a_2)!}{a_1! a_2!}$$
But came to nowhere.
How do I go on? I pretty sure it is by induction
HINT
Count the number of ways of arranging $n$ balls where $a_1$ balls are of color $1$, $a_2$ balls of color $2$ and in general, $a_j$ balls are of color $j$. (Note that $\displaystyle \sum_{j=1}^k a_j = n$.)