We have 5 men and 3 women. We are to create 2 pairs of man/female ( the order of pairs does not matter )
We can create one pair using basic formula for combinations using
$\binom{5}{1}\binom{3}{1}=15$
But how can we create two pairs?
i tried using
$\binom{5}{1}\binom{3}{1} + \binom{4}{1}\binom{2}{1}$ Since first pair has one man and one woman ,in the second pair we choose from one less man and woman. This equals 23 but that answer is incorrect.
// edit
i realised i cannot add it together and edited my formula into
$\binom{5}{1}\binom{3}{1}\binom{4}{1}\binom{2}{1}$ which is 120 but still incorrect
Multiply the following:
The answer is $10\cdot3\cdot2=60$.