CSAT Solved Papers/ 2021/Q69
2021 CSAT — Q69
There are persons arranged in a row. Another person has to shake hands with of them so that he should not shake hands with two consecutive persons. In how many distinct possible combinations can the handshakes take place?
Worked rationale
Choose of the persons in a row with no two chosen persons adjacent. The standard count for choosing non-adjacent items from in a line is
Listing confirms it (positions –, no two consecutive): — exactly .
Answer: (b) 4.
Why the other options miss
- A a valid triple missed: overlooks one legal choice, e.g. forgets or .
- C let an adjacent pair through: includes one triple containing a consecutive pair (e.g. slips in).
- D the formula misapplied: uses wrongly, or counts ordered arrangements instead of selections.
Specialist insight
The clean tool is the gap (stars-and-bars) formula for non-adjacent picks from a line of — here . If you’d rather list, the discipline is to start each triple with the smallest legal first element and slide the others rightward, which both guarantees no adjacency and prevents double-counting. Either way, , and the off-by-one distractor (c) is precisely the “let one adjacent pair sneak in” error.
Non-adjacent picks: (b).