CSAT Solved Papers/ 2022/Q30
2022 CSAT — Q30
Three persons and are standing in a queue not necessarily in the same order. There are persons between and , and persons between and . If there are persons ahead of and behind , what could be the minimum number of persons in the queue?
Worked rationale
Number positions from the front. ” persons ahead of ” fixes at position . ” behind ” gives total , so minimising means putting as far forward as possible.
Gaps: ” between and ” ; ” between and ” . With , or .
To push forward, take (the front option). Then or ; the valid front-most is .
Check : between and are positions — exactly persons ✓; between and are — exactly persons ✓ (the people in the gaps may overlap, which is allowed). Then
The alternative forces , giving — larger.
Answer: (a) 22.
Visual solution
The same solve, worked by hand — read it, then trace it.
Why the other options miss
- B missed a case: takes (behind ) and misses that pulls to position .
- C solved the wrong question: adds the gaps without allowing the – and – spans to overlap.
- D solved the wrong question: lays end-to-end with no overlap, maximising rather than minimising the queue.
Specialist insight
Minimum-queue items are won by letting the gap-regions overlap. Fix the anchored person ( at ), choose the gap directions that crowd everyone toward the front, and verify each “between” count literally. Here packs all constraints with the between--and- block swallowing , yielding — far below the no-overlap stack of .
Front-most packing (gaps overlap) gives (a).