Thanks for the kind words
chidcguy's first solution answers a different question: 'what is the probability that at least one couple is separated'? We need both couples to be separated, of course. As Motherjane and durgesh point out above, we can use chidcguy's result and method to get the answer- it's an interesting solution to the problem, I think.
Motherjane wrote:TWO couples and a single person are to be seated on 5 chairs such that no couple is seated next to each other. What is the probability of the above??
A] 1/5
B] 2/5
C] 3/5
D] 4/5
E] 1/20
It's often easiest to break down the problem into cases- it's a technique we use all the time in counting problems. Let's call the single person S. S must be in the 1st, 2nd, 3rd, 4th or 5th seat:
-If S is in the first seat - 1 choice
-then anyone else can be in the 2nd seat: 4 choices
-in the 3rd seat, cannot be the partner of the person in the 2nd seat: 2 choices
-in the 4th seat: must be the partner of the person in the 2nd seat- 1 choice
-fifth seat: must be the partner of the person in the 3rd seat- 1 choice.
So if S is in the first seat, we have 1*4*2*1*1 = 8 arrangements. Notice we'll get the same answer when S is in the fifth seat.
It's just as fast to count the arrangements with S in the second/fourth seat (8 arrangements for each) and third seat (16 arrangements), which gives us 8+8+16+8+8 = 48 arrangements in total. So the answer must be 48/5! = 2/5.
There are many other ways to look at the problem, but to be honest, I'd llkely do the above case analysis on a real GMAT- it's sure to work, and it's quick enough. I don't see a "five second solution" to the problem, but there may well be one.