$$ \sum_{i=0}^n {n \choose i} i = n2^{n-1} $$
I am having trouble formulating a combinatorial proof.
An algebraic proof is quite simple, where one expands $(1 + x)^{n}$ and then takes the derivative. Any help with the combinatorial proof would be greatly appreciated.
Hint: Say there're $n$ people and you want to choose a group of $i$ and from that group a leader. So the number of ways is $\binom{n}{i}i.$ Instead you could choose a leader first, out of $n$ people, then choose other $i-1$ members for the group (leader is of course a member of the group). What's the number of ways for doing so? can you conclude the result then?