I want to prove the following equality:
$$\displaystyle\sum_{k=1}^{n}k{n \choose k}2^{n-k}=n3^{n-1}$$
So I had an idea to use $((1+x)^n)'=n(1+x)^{n-1}$
So I could just use the binomial theorem and let $$x=2 \implies (n3^{n-1})$$ and then modify the sum into that one on the left side.
So I need to prove that : $$\displaystyle\sum_{k=1}^{n}k{n \choose k}2^{n-k}=n(1+x)^{n-1}$$ if$$x=2$$ Any help would be appreciated.
From the binomial formula we have:
$(2+x)^n = \sum_{k=0}^{n} {n \choose k} \cdot 2^{n-k} \cdot x^k$
Let's take the derivative on both sides. We get:
$n \cdot (2+x)^{n-1} \cdot 1 = \sum_{k=1}^{n} {n \choose k} \cdot k \cdot 2^{n-k} \cdot x^{k-1}$
(note that the sum now starts with $k=1$ because that term which
had $k=0$ was a constant, and is now gone after taking the derivative).
Now we put $x = 1$ and we're done with the proof.