From its definition a combination $(^n_k)$, is the number of distinct subsets of size k from a set of n elements.
This is clearly an integer, however I was curious as to why the equation
$\frac{n!}{k!(n-k)!}$ always evaluates to an integer.
So far I figured:
$n!$, is clearly divisible by $k!$, and $(n-k)!$, individually, but I could not seem to make the jump to proof that that $n!$ is divisible by their product.
