I'm trying to prove the following
$$ \sum_{r=0}^{n}(r+1) \binom{n}{r} = (n+2)2^{n-1} $$
using the identity $$ \sum_{r=0}^{n} \binom{n}{r} = 2^{n} $$
but I'm not able to. This is what I did so far,
$$ \sum_{r=0}^{n}(r+1) \binom{n}{r} = (1) \binom{n}{0} + (2) \binom{n}{1} + ... + (n+1) \binom{n}{n} $$
Hint: Use $\binom{n}{r}=\binom{n}{n-r}$ and add $\sum_{r=0}^{n}(r+1) \binom{n}{r}$ to itself in a clever way.
So if:
$$S=(1) \binom{n}{0} + (2) \binom{n}{1} + \cdots + (n+1) \binom{n}{n}$$
then:
$$S=(n+1)\binom{n}{0}+n\binom{n}{1}+\cdots + 1\binom{n}{n}$$
Add these two together to get a formula for $2S$.