How do I simplify?
I was trying to simplify
$$\frac{n!k!}{k!m!(k-m)!(n-k)!}$$
and I got this, and don't know how to continues
$$\frac{n!}{m!(k-m)!(n-k)!}$$
How do I simplify?
I was trying to simplify
$$\frac{n!k!}{k!m!(k-m)!(n-k)!}$$
and I got this, and don't know how to continues
$$\frac{n!}{m!(k-m)!(n-k)!}$$
We know that the number of $k$-combinations in a set of $n $ elements is given by: $$\binom {n}{k} = \frac {n!}{k!(n-k)!} $$
Thus, $$\frac {n!k!}{k!m!(n-k)!(k-m)!} = \frac {n!}{k!(n-k)!} \times \frac {k!}{m!(k-m)!} = \boxed {\binom {n}{k} \times \binom {k}{m}}$$
Hope it helps.