I am unsatisfied with the answers here. (Half of which used algebraic methods despite being advised not to!)
Help finding a combinatorial proof of $k {n \choose k } = n {n - 1 \choose k -1}$
I have completed the algebraic proof, it was easy. I am unsure how to do a combinatorial proof, or what exactly that pertains to.
Is this the expression needed:
$$\begin{pmatrix} n+1\\r\end{pmatrix}=\begin{pmatrix}n\\r\end{pmatrix}+\begin{pmatrix}n\\r-1\end{pmatrix}$$$$???$$
I will prove the general statement.
$$ \binom{n}{k}\binom{k}{m} = \binom{n}{m} \binom{n-m}{k-m}$$
Let $S$ be an $n$ set. Consider the set $T$ of all ordered pairs $(A,B)$ where $A$ is $k$-subset of $S$ and $B$ is an $m$-subset of A. We prove this statement by counting the elements in $T$ in two ways.
And so result follows. For this problem take $m=1$ $\Box$