CSAT Solved Papers/ 2023/Q36

2023 CSAT — Q36

Quant Statement validity 2.5 marks Hard

A box contains 1414 black balls, 2020 blue balls, 2626 green balls, 2828 yellow balls, 3838 red balls and 5454 white balls. Consider the following statements:

  1. The smallest number nn such that any nn balls drawn from the box randomly must contain one full group of at least one colour is 175175.

  2. The smallest number mm such that any mm balls drawn from the box randomly must contain at least one ball of each colour is 167167.

Which of the above statements is/are correct?

  1. A 1 only
  2. B 2 only
  3. C Both 1 and 2 Answer
  4. D Neither 1 nor 2

Worked rationale

Both are worst-case (pigeonhole) guarantees. Total balls =14+20+26+28+38+54=180= 14+20+26+28+38+54 = 180.

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 66 balls (one per colour) undrawn, so up to 1806=174180 - 6 = 174 balls can be drawn with no complete colour. The next ball (175175th) forces some colour to be complete.

n=174+1=175.Statement 1 is true.n = 174 + 1 = 175. \quad\text{Statement 1 is true.}

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, 1414) and take all the rest: 18014=166180 - 14 = 166 balls can still lack a colour. The next ball (167167th) forces all six colours present.

m=166+1=167.Statement 2 is true.m = 166 + 1 = 167. \quad\text{Statement 2 is true.}

Answer: (c) Both 1 and 2.

Why the other options miss

  • A
    for Statement 2, omits a largest colour (5454) or mis-identifies which colour to skip, getting m167m \neq 167 and rejecting it.
  • B
    miscounts the undrawn balls: for Statement 1, leaves the wrong number of balls undrawn (e.g. subtracts 11 total instead of 11 per colour), missing n=175n = 175.
  • D
    confuses the two guarantees (full-group vs one-of-each), swapping the "6-6" and “-smallest-colour” logic.

Specialist insight

The two statements use opposite worst cases. “Force a complete colour” leaves one of every colour behind (1806=174180 - 6 = 174, so n=175n = 175). “Force one of each colour” skips the smallest colour entirely (18014=166180 - 14 = 166, so m=167m = 167). Naming which extremal configuration defeats the guarantee — then adding 11 — is the entire method. Swapping the two extremes is the engineered trap, and both ledger numbers check out, so the answer is (c).

The trap, in one line

Full-group: leave 11 of each (1806=174n=175180-6=174 \Rightarrow n=175); one-of-each: skip smallest colour (18014=166m=167180-14=166 \Rightarrow m=167); both true == (c).

← All 2023 CSAT questions