This will follow rather easily if you use a notion from the combinatorial derivation C(n,k).
That is, if L = the set of ordered k element subsets of {1, 2, ... , n}, then
|L|= n(n-1)(n-2)...(n-k+1) <- This isn't very hard to show
Then with a bit more arguing, you can show that
|L| = C(n,k) * k! which intuitively makes sense since we're saying that the number of ordered sets is the number of unordered sets multiplied by the number of possible orderings.
(For a more formal argument, actually look up the combinatorial derivation of C(n,k)).
Thus it's clear that both |L| and k! are integers, and thus it follows that C(n,k) must also be an integer. It's not terribly hard to extend this to a divisibility argument.