Use the defintion of binomial theorem to prove the identy. $$\binom{n}{k} = \binom{n-1}{k}+\binom{n-1}{k-1}$$
The definition of the binomial theorem $$\binom{n}{k} = \frac{\prod_{i=0}^{k-1}(n-i)}{k!}$$
$$\binom{n-1}{k} = \frac{\prod_{i=0}^{k-1}(n-1-i)}{k!}$$
$$\binom{n-1}{k-1} = \frac{\prod_{i=0}^{k-2}(n-1-i)}{k-1!}$$
$$\frac{\prod_{i=0}^{k-1}(n-1-i)}{k!}+\frac{\prod_{i=0}^{k-2}(n-1-i)}{k-1!}$$
Then I come to the result
$$\frac{\prod_{i=0}^{k-2}(n-1-i)(n)}{k-2!(k-1)k}$$
$$\frac{\prod_{i=0}^{k-2}(n-1-i)}{k!} \cdot n$$
What can I do to make this result into
$$\frac{\prod_{i=0}^{k-1}(n-i)}{k!}$$