I expanded
$(1+x)^{2n}$ = $\sum\limits_{r=0}^{2n} \binom{2n}{r} x^r $
Differentiating both sides, we get
$2n(1+x)^{2n-1}$ = $0$ + $\binom{2n}{1}$ + $2\binom{2n}{2}x$ + $3\binom{2n}{3}x^2$ .....
Put $x=1$.
As you see, I'm not able to get the 'squares'.Any idea on how to go about it?
Out of $4n$ people, $2n$ men and $2n$ women, select a committee of $2n$ people and choose a woman to be the chair of the committee. If $r$ women are chosen, there are $\binom{2n}{r} \binom{2n}{2n-r} = \binom{2n}{r}^2$ ways to choose the committee and $r$ ways to choose the chair, so the left hand side gives the number of ways to do so. Alternatively, first choose one of the $2n$ women as chair and then select the remaining members of the committee in $\binom{4n-1}{2n-1} = \binom{4n-1}{2n}$ ways.