Prove the following binomial identity using a counting proof:
$$\sum\limits_{r=0}^n (r+1)\cdot {n \choose r} = (n+2)\cdot 2^{n-1}$$
I expanded the right side to get: $2^n + n2^{n-1}$, because I think that will be easier to count but have not been able to actually get any farther. Thank you.
If only counting is allowed, consider the number of all committees, chaired and not.
We can count them in two ways. First choose number $r=0,...,n$ and a subset with $r$ elements from a set of $n$ elements. Then we choose a chair of that committee or no chair at all. The total number of choices is the LHS of your equality.
We can compute it in a different way. First count the number of all chairless committees. These are all $2^n$ subsets of the $n$-element set. Then we count the chaired committees by first choosing a chair ($n$ choices) and then choosing a subset of the set of members witbout the chosen chair ($2^{n-1}$ choices). Altogether the number is equal to the RHS of your equality.
So LHS=RHS.