Question no. 5.
We want to find the number of pairs of students who satisfy both the conditions given
below:
- Both students in the pair have the same total marks.
- Both students do not belong to the same gender.
We
now divide the students into two bins, one which contains boys and the
other which contains girls, and perform pairwise comparisons within the
bins. Will this approach give us the correct answer for the number of
pairs?
Correct answer apparently is NO.
Can someone explain what is wrong in binning it the way shown in the question.