I need to prove $k\binom nk=n \binom{k-1}{ n-1}$ where $n$ and $k$ are integers with $1\leq k\leq n$ using an algebraic proof.
I solved the left side which is $\binom nk$ using the pascals identity for $\binom nr$. But,now when i am trying do the same for the right side, i cant solve it. Can anyone help me with this please.
For $\displaystyle n\geq k>0$ and $n, k\in \mathbb{Z}$,
$$\binom{n}{k}=\frac{n!}{(n-k)!\cdot k!}=n\cdot\frac{(n-1)!}{k\cdot (k-1)![(n-1)-(k-1)]!}=\frac nk\binom{n-1}{k-1}$$