2

I am trying to prove by double-counting that

$$k2^{k-1} = \sum_{i=0}^{k} i\binom{k}{i}$$

where $n$ is a positive integer.

I did it algebraically. However, the professor told me that I have to do this also by double-counting but I am not sure how to do this. Can someone help me?

1 Answers1

1

Consider the problem of forming a committee with a president from a group of $n$ people.

On one hand, you can first fix a president ($n$ choices) and then choose a subset of the remaining people to form the committee ($2^{n-1}$ choices). This gives you LHS.

On the other, you can fix a size $k$ (between $1$ and $n$) first and then pick a committee with $k$ people ($\binom{n}{k}$ many choices) and then pick a president from that ($k$ choices). Sum over all possible $k$ to get the RHS.