Prove that $ \frac{n(n-1)(n-k+1)}{k(k-1)\cdots1} = \frac{n!}{(n-k)!k!}$.
$= \frac{n(n-1)...(n-k+1)(n-k)!}{(n-k)!(k(k-1)...1)(3 \times 2 \times 1)}$
$= \frac{(n(n-1)(n-2)...(n-k+1)}{(k(k-1)....1)}$
$= \frac{n(n-1)..(n-k+1)}{k!}$
My question is how is it that $(n-k)!$ is able to appear in the numerator and denominator on the right side of the equation? This is not obvious to me. What is (n-k)! in expanded form?