Seriously?
$n! = n*(n-1)...........*3*2*1$
$(n-k)! = (n-k)*...... *3*2*1$
So $\frac {n!}{(n-k)!} = \frac {n*(n-1)*.....*(n-k + 1)(n-k)*(n-k - 1)*....*3*2*1}{(n-k)*(n-k - 1)*....*3*2*1} = n*(n-1)*.....*(n-k + 1)$
And $\frac {n!}{k!(n-k)!} = \frac 1 {k!}\frac {n!}{(n-k)!} = \frac 1 {k!}n*(n-1)*.....*(n-k + 1) = \frac{n*(n-1)*.....*(n-k + 1)}{k!}$.
The only thing that needs proving is that conceptually that ${n \choose k}$ conceptually can be solved by the expression $\frac{n*(n-1)*.....*(n-k + 1)}{k!}$
Which is... to choose $k$ items from $n$ items with regard to order, you have $n$ choices for the first. For the second you have any choice from the remaining $n-1$ items and so on. For any $i$th item you have may chose any of the $n-i$ remaining choices.
In total that is $n*(n-1)*.......*(n-k +1)$ or $\frac {n!}{(n-k)!}$ ways of choosing... with regard to order.
Without regard to order any of the various ways to arrange the $k$ items are equivalent. So #of ways to choose k from n without regard to order = $\frac {\text{# ways with order}}{\text{#number of ways to order k items}}$.
To arrange $k$ items, you have $k$ options for the first item, any of the $k-1$ remaining options for the second and so on. so #number of ways to order k items = $k!$.
So ${n \choose k}= \text{#of ways to choose k from n without regard to order} = \frac {\text{# ways with order}}{\text{#number of ways to order k items}} = \frac{\frac{n!}{(n-k)!}}{k!} = \frac{n1}{k!(n-k)!}$