CSAT Solved Papers/ 2023/Q68

2023 CSAT — Q68

Quant Counting & combinatorics 2.5 marks Medium

There are five persons P,Q,R,SP, Q, R, S and TT each one of whom has to be assigned one task. Neither PP nor QQ can be assigned Task-11. Task-22 must be assigned to either RR or SS. In how many ways can the assignment be done?

  1. A 6
  2. B 12
  3. C 18
  4. D 24 Answer

Worked rationale

Five persons map one-to-one onto five tasks (a bijection). Assign the most-constrained slots first.

  • Task-22 must go to RR or SS: 22 choices.
  • Task-11 must go to someone in {R,S,T}\{R, S, T\} (not PP, not QQ), but Task-22 already used one of R,SR, S. So the people still available for Task-11 are {R,S,T}\{R, S, T\} minus the one placed at Task-22: 31=23 - 1 = 2 choices.
  • Tasks 3,4,53, 4, 5: the remaining 33 persons fill them in 3!=63! = 6 ways.

By the multiplication principle:

2×2×6=24.2 \times 2 \times 6 = 24.

Answer: (d) 24.

Why the other options miss

  • A
    missed a case: assigns only the two constrained tasks (2×?2\times ?) and forgets the 3!3! arrangements of the remaining people.
  • B
    an arithmetic slip: takes Task-11 as having only 11 valid person (just TT) instead of 22, halving the count (2×1×62\times 1\times 6).
  • C
    mis-counts the overlap: mis-handles the overlap between the Task-11 and Task-22 restrictions (e.g. 3×3×23\times 3\times 2), over- or under-counting the dependency.

Specialist insight

Order the assignment by constraint tightness: fill Task-22 (22 ways) before Task-11, because Task-22 consumes one of R/SR/S and thereby changes Task-11’s available pool to exactly 22 ({R,S,T}\{R,S,T\} minus the used one). Then the unconstrained tail is 3!=63! = 6. The subtle point is that the two restrictions interact through the shared people R,SR, S; assigning the overlapping slot first keeps the count clean and avoids the 1818 trap.

The trap, in one line

Fill Task-22 first (RR/SS: 22), then Task-11 from {R,S,T}\{R,S,T\} minus that person (22), then 3!=63! = 6: 226=242\cdot 2\cdot 6 = 24 == (d).

← All 2023 CSAT questions