Bunuel
Let's divide the problem into multiple cases:
Case 1: 2 married couples are present in the committee.
We have 3 married couples and 2 couples to choose from, hence number of possibilities are: 3C2 => 3
The remaining two places could be as follows: (one married person, bachelor) or both bachelors only => 4 + 1 => 5
Hence total number of combination is 3*5 => 15
Case 2: Only 1 married couple is present in the committee.
We have 3 married couples and 1 couples to choose from, hence number of possibilities are: 3C1 => 3
Notice that both the bachelors would need to present and we can't have 3 married people together (simple proof would via the Pigeon-hole principle)
Since both bachelors need to present number of ways => 1
Married couples: We have 2 places to fill yet and 2 choices for each => 2*2 => 4
Total number of ways => 3*4 => 12
Case 3: No married couple present in the committee.
Again via pigeon hole principle this case isn't possible(Notice if we had <=5 seats in the committee then it would be possible).
Hence, total number of ways => 15 + 12 + 0 =>
(D) 27