I approached the question a little differently from the earlier replies.
i) First, there are 5C1 ways of selecting exactly one couple from the 5 couples - we have now successfully selected exactly one couple.
ii) Then, to ensure that the next man and woman are from different couple pairs, we pick two different couples from the remaining 4 couples (4C2), out of which we will further select the next man and woman in steps iii) and iv).
iii) Now, there are 2C1 ways of selecting a man from the first couple obtained from the 4C2 selection in step ii).
iv) After that, there remains only 1 way to select a woman from the second couple obtained from our 4C2 selection in step ii).
Thus giving us -> 5C1 * 4C2 * 2C1 * 1 = 5 * 6 * 2 = 60
Answer: C. 60
Bunuel
In a room there are 5 couples, in how many ways two men and two women can be selected such that exactly one couple is selected?
A. 30
B. 50
C. 60
D. 90
E. 120