Give a combinatorial proof of the identity:
$$\sum_{k=1}^n k \binom{n}{k}^2 = {n}\binom{2n-1}{n-1}$$
I am not exactly sure where to start. Since $\binom{n}{k}^2 = \binom{n}{k}\binom{n}{k}$, thus, above equation says that we are choosing k elements out of n elements and we are doing it twice where k starts from 0 and goes all the way to n and we add all of them up. However, about the right side, I have no idea what to say and how it fits in this situation.
Any help will be grately appreciated.
Let there be $n$ girls and $n$ boys, therefore $2n$ people in total, and out of these, you must make a group of $n$ people which contains at least one girl, and appoint one girl from the chosen group the "head" of the group.
In how many ways can this be done?
One way of counting this, is picking that head girl in $n$ ways, and then choosing the rest of the people in the group in $\binom{2n-1}{n-1}$ ways. So that gives the right hand side.
Another way of doing this, is to say,fix the number of girls you want in your group, say $k$. Now, Choose $k$ girls for your group, this is done in $\binom nk$ ways. Exclude $k$ boys out of $n$ from the group you want to make, this is also done in $\binom nk$ ways. Now, the group of girls you chose, along with the non-excluded boys, gives a group of $n$ people. You can choose a head from among the $k$ girls in $k$ ways.
Since the above can be done for every $k=1$ to $n$(this would be a group having only girls) we get $\sum_{k=1}^n k\binom nk^2$(first choose the girls, then exclude the boys, then choose the head girl). Hence, equality follows.
EDIT: A combinatorial proof for any identity is essentially a set whose cardinality can be found in two different ways given the right and left hand sides of the identity, along with the explanations of these countings.
Usually (and therefore not always), a sum involves a break up into cases. For each value the parameter takes, you end up counting some subset of the set at hand (in our case, the disjoint subset is exactly those cases where exactly $k$ girls are there in the group, for each $k$), and these subsets are disjoint and their union is the set.
On the other hand, a combination $\binom mn$ is indicative of "free" choice, and in counting the cardinality free choice often plays a big role, as it did in our case.
Usual proofs involve taking such a set : one way of counting is looking at free choices and putting them together, and another is by breaking into cases and then solving each case, as we did here. Usual tricks for such a set come only with practice, for example the introduction of the "head" girl here.