CSAT Solved Papers/ 2023/Q36
2023 CSAT — Q36
A box contains black balls, blue balls, green balls, yellow balls, red balls and white balls. Consider the following statements:
-
The smallest number such that any balls drawn from the box randomly must contain one full group of at least one colour is .
-
The smallest number such that any balls drawn from the box randomly must contain at least one ball of each colour is .
Which of the above statements is/are correct?
Worked rationale
Both are worst-case (pigeonhole) guarantees. Total balls .
Statement 1 — guarantee a full group (every ball of some one colour). The unluckiest draw avoids a complete colour by leaving at least one ball of every colour behind: that means leaving balls (one per colour) undrawn, so up to balls can be drawn with no complete colour. The next ball (th) forces some colour to be complete.
Statement 2 — guarantee at least one of each colour. The unluckiest draw misses a colour entirely; to draw the most while still missing one, omit the smallest colour (black, ) and take all the rest: balls can still lack a colour. The next ball (th) forces all six colours present.
Answer: (c) Both 1 and 2.
Why the other options miss
- A for Statement 2, omits a largest colour () or mis-identifies which colour to skip, getting and rejecting it.
- B miscounts the undrawn balls: for Statement 1, leaves the wrong number of balls undrawn (e.g. subtracts total instead of per colour), missing .
- D confuses the two guarantees (full-group vs one-of-each), swapping the "" and “smallest-colour” logic.
Specialist insight
The two statements use opposite worst cases. “Force a complete colour” leaves one of every colour behind (, so ). “Force one of each colour” skips the smallest colour entirely (, so ). Naming which extremal configuration defeats the guarantee — then adding — is the entire method. Swapping the two extremes is the engineered trap, and both ledger numbers check out, so the answer is (c).
Full-group: leave of each (); one-of-each: skip smallest colour (); both true (c).