From three sets of twins and four unrelated girls, find how many selections of five people can be made if exactly:
a) two sets of twins must be included
b) one set of twins must be included.
What I did was
${}^3C_2 \times {}^4C_1 = 12$ and ${}^3C_2 \times {}^4C_3 = 12$
But the correct answer is 18 and 132.
Am I miss understanding the order of selection that it matters or something else?