I'm trying to prove that
\begin{equation} \sum_{k= 0}^{n} k \binom{n}{k} = n \cdot 2^{n - 1} \end{equation}
with the Binomial Theorem.
I know that the B.T. states that
\begin{equation} (x + y)^n = \sum_{k= 0}^{n} \binom{n}{k} x^{n-k}y^{k} \end{equation}
The proof that I have tried starts with:
\begin{equation} n \cdot 2^{n-1} = \end{equation}
Actually I am stucked with this step.
Start from: $$(1+x)^n = \sum_{k=0}^{n}\binom{n}{k}x^k \tag{1} $$ differentiate both sides with respect to $x$: $$ n(1+x)^{n-1} = \sum_{k=1}^{n}\binom{n}{k}k x^{k-1}\tag{2}$$ then evaluate at $x=1$. As an equivalent alternative, notice that: $$ k\binom{n}{k} = n\binom{n-1}{k}.\tag{3}$$