The question requires
atmost 2 married couples - possible cases are 0 married couple, 1 married couple and 2 married couples.
Total people available = 3*2 (Married couple) + 2 Bachelors
People needed = 6
Case 1 : 0 married couple
We choose 2 bachelors and we need 4 non-married people from 3 couples. This is not possible as the 4th person will be someone's partner
Number of possibilities = 0
Case 2 : 1 married couple
We choose 1 married couple(2 people) from 3 married couples and for the rest 4 people we can choose 2 bachelors from 2 bachelors and 2 non-married people (1 partner from each couple)
Number of possibilities = \(3C_{1}\) * ( \(2C_{2}\) * \(2C_{1}\) * \(2C_{1}\) ) = 3*1*2*2 = 12
Case 3 : 2 married couples
We choose 2 married couples(2 people) from 3 married couples and for the rest 2 people we can choose following possibilities
a) 2 bachelors from 2 bachelors
b) 1 bachelor from 2 bachelors and 1 partner from the remaining couples
For a)
Number of possibilities = \(3C_{2}\) * ( \(2C_{2}\) ) = 3*1 = 3
For b)
Number of possibilities = \(3C_{2}\) * ( \(2C_{1}\) * \(2C_{1}\) ) = 3*2*2 = 12
Total number of possibilities for Case 3 = 15
Total possibilities for question = Case 1 + Case 2 + Case 3 = 0 + 12 + 15 = 27 (OPTION D)
Bunuel