CSAT Solved Papers/ 2023/Q65

2023 CSAT — Q65

Quant Counting & combinatorics 2.5 marks Medium

In an examination, the maximum marks for each of the four papers namely P,Q,RP, Q, R and SS are 100100. Marks scored by the students are in integers. A student can score 99%99\% in nn different ways. What is the value of nn?

  1. A 16
  2. B 17
  3. C 23
  4. D 35 Answer

Worked rationale

99%99\% of 400400 total marks is 396396. Instead of counting score-tuples summing to 396396, count the deficit from full marks: the total lost is 400396=4400 - 396 = 4, distributed over the four papers, with each paper losing 00 to 100100 marks.

Let xP,xQ,xR,xSx_P, x_Q, x_R, x_S be the marks lost, xi0x_i \ge 0 and xP+xQ+xR+xS=4x_P + x_Q + x_R + x_S = 4. Since the cap xi100x_i \le 100 is never binding (the total deficit is only 44), this is a plain stars-and-bars count:

n=(4+4141)=(73)=35.n = \binom{4 + 4 - 1}{4 - 1} = \binom{7}{3} = 35.

Answer: (d) 35.

Why the other options miss

  • A
    wrong formula: uses (62)=15\binom{6}{2} = 15 (deficit 33) or a 242^4-style count, applying the wrong stars-and-bars parameters.
  • B
    off by one: computes (73)\binom{7}{3}-adjacent values or adds the deficit wrongly (396396 vs 400400), landing near but below 3535.
  • C
    corrected for a case that doesn’t exist: subtracts phantom “over-100100” cases that don’t exist (the cap is never reached for a deficit of 44), undercounting.

Specialist insight

The move that scores is the deficit reframe: counting ways to lose 44 marks is far cleaner than ways to score 396396, and it makes the 0xi1000 \le x_i \le 100 cap obviously non-binding (you can’t lose more than 44 overall). Then (n+k1k1)\binom{n+k-1}{k-1} with n=4n=4 stars, k=4k=4 bins gives (73)=35\binom{7}{3} = 35. Trying to apply the upper-bound (inclusion–exclusion) correction is wasted work here — and the source of the 2323 trap.

The trap, in one line

Count the deficit: xP+xQ+xR+xS=400396=4x_P+x_Q+x_R+x_S = 400-396 = 4, caps non-binding (73)=35\Rightarrow \binom{7}{3} = 35 == (d).

← All 2023 CSAT questions