I was given this formular, and am now tasked to use double counting to prove it:
$\sum_{k=1}^{n} k \binom{n}{k} = n \cdot 2^{n-1}$
Quite frankly, I have no clue on how to work this out. Of course, you could start out by looking at the numbers this produces:
n result
1 1
2 4
3 12
4 32
5 80
6 192
7 448
8 1024
9 2304
10 5120
As far as I've understood double counting, there's two ways you can use it.
The first way is to imagine a matrix where you either put a tick into a field, or you leave it empty. Then counting the ticks in the rows and the columns individually must lead to the same result. Unfortunately, I see no way to apply this concept to this particular task.
The second way is to look for an intuitional problem that can be solved by either of the two ways shown in the equation. Again, I fail to come up with anything that makes sense; especially with the fact, that the sum in the left term makes everything even more complicated.
Do you have any ideas on how to solve this problem?