I need to prove that $(3m)!(4n)!$ is divisible by $(m!)^3(n!)^4$ for all $m,n \in \mathbb{N} $
I think to prove that $(m!)^3|(3m)!$ and $(n!)^4|(4n)!$
That would mean that $(m!)^3(n!)^4|(3m)!(4n)!$
I use mathematical induction to prove that $(m!)^3|(3m)!$ and get lost proving $m+1$ step. I got $\frac{(3(m+1))!}{(m+1)!^3}=\frac{3(m+1)(3m)!}{(m+1)^3(m)!^3}=\frac{3(3m)!}{(m+1)^2(m)!^3}$
What should I do next? Maybe it is easier way to prove it?
The number of ways to put $3m$ objects into $3$ distinct bins with $m$ objects in each bin is given by the multinomial coefficient $$\binom{3m}{m,m,m}=\frac{(3m)!}{(m!)^3}$$ Hence the value must be an integer. Similarly we have $$\binom{4n}{n,n,n,n}=\frac{(4n)!}{(n!)^4}$$ ways to place $4n$ objects into $4$ distinct bins with $n$ objects in each bin.