I am relatively new to math.
I am confused as to the formula given is this Wikipedia page on combination, where it states in the first paragraph
$$\displaystyle C^n_k={n\choose k}=\frac{n(n-1)…(n-k+1)}{k(k-1)…1},$$ which can be written using factorials as $\displaystyle\frac{n!}{k!(n-k)!}.$
How do these two formulas equate to each other? In the first formula I understand the denominator is $k!$, but what does '$n(n-1)...(n-k+1)$' mean?
$n(n-1)\cdots(n-k+1)=\frac{n(n-1)\cdots(n-k+1)(n-k)(n-k-1)\cdots1}{(n-k)(n-k-1)\cdots1}=\frac{n!}{(n-k)!}$
hence:$$\frac{n(n-1)\cdots(n-k+1)}{k!}=\frac{n!}{k!(n-k)!}$$