Prove that, for all integers $k \geq 1$ and $n \geq k$, we have
$$\sum_{k=1}^n\binom{n}kk=n\,2^{n-1}$$
Would this involve differentiation by bringing the $n-1$ down? I tried to do that along with using the binomial theorem but couldn't quite get the answer on the right. This may be cause I was also confused on how to properly expand out $\binom{n}k$.
Any help?
To do it "by hand" by expanding the binomial factor: $$\begin{align} &\sum_{k=1}^{n}\binom{n}{k}k \\= &\sum_{k=1}^{n}\frac{n!}{k!(n-k)!}k \\= &\;n\sum_{k=1}^{n}\frac{(n-1)!}{(k-1)!(n-k)!} \end{align}$$ Then shift your indices carefully! $$\begin{align} = &\;n\sum_{k=0}^{n-1}\frac{(n-1)!}{k!(n-(k+1))!} \\= &\;n\sum_{k=0}^{n-1}\frac{(n-1)!}{k!((n-1)-k)!} \\= &\;n\sum_{k=0}^{n-1}\binom{n-1}{k} \\= &\;n2^{n-1} \end{align}$$