Let $n≥1$ be an integer. Prove that $$\sum_{k=0}^n k{n \choose k} = n 2^{n-1}$$
Hint: take the derivative of $(1+x)^n$ . I'm assuming that I need to use Newton's Binomial Theorem here somehow. By Newton's Binomial Theorem $\sum_{k=0}^n {n \choose k} = 2^n$, and derivative of $(1+x)^n$is $n(1+x)^{n-1}$ , if I take $x=1$, I get $n 2^{n-1}$ . I can't understand what's my next step. Any help is highly appreciated.
Use that $$(1 + x)^n = \sum_{k = 0}^n \binom{n}{k}x^k$$
Differentiating both sides with respect to $x$,
$$n(1 + x)^{n-1} = \sum_{k = 0}^n k\binom{n}{k}x^{k-1}$$
Now evaluate both sides at $x = 1$.