Suppose there are $n$ boys and $n$ girls and we want to choose $m$ boys and $k$ girls such that $k \le m$. Then there are $\binom{n}{m} \binom{n}{k}$ ways to do it. Now, using counting in two ways, I want to prove that $$ \binom{n}{m} \binom{n}{k} = \sum_{j=0}^{k} \binom{n}{j} \binom{n-j}{m-j} \binom{n-m}{k-j}.$$
I am not able to figure out $j$ here, any hint to solve this problem? Because there are equal number of boys and girls, it is becoming difficult to understand that we are choosing boys or girls in the summation on RHS.
Hint: Imagine if you will that the boys and girls happen to be in brother-sister pairs.
$~$