I'm struggling to prove $$k\binom{n}{k}=n\binom{n-1}{k-1}$$
Here's what I'm doing:
$$k\binom{n}{k}=\frac{k\cdot n!}{k!(n-k)!}=\frac{k\cdot n\cdot(n-1)!}{k(k-1)!(n-k)!}=n\frac{(n-1)!}{(k-1)!(n-k)!}$$
I see the problem that in the denominator we have $(n-k)!$ I guess it should be $(n-(k-1))!=(n-k+1)!$ to make the whole fraction equal $n\binom{n-1}{k-1}$
What's the problem?
HINT Note that $$ n \binom{n-1}{k-1} = \frac{n (n-1)!}{(n-k)! (k-1)!} = \frac{n!}{(n-k)!} \times \frac{k}{k!} $$ Can you take it from here?