Minimum maximum birthdays in a month

CAT 2020 Slot 1 · QA · Hard · Maxima Minima

Among 100 students, x1x_1 have birthdays in January, x2x_2 have birthdays in February, and so on. If x0=max(x1,x2,,x12)x_0 = \max(x_1, x_2, \dots, x_{12}), then the smallest possible value of x0x_0 is

  1. A.

    8

  2. B.

    10

  3. C.

    12

  4. D.

    9

Answer

D

Explanation

There are 100 students distributed across 12 months, so x1+x2++x12=100x_1 + x_2 + \dots + x_{12} = 100.

By the Pigeonhole Principle, the maximum value x0=max(x1,,x12)x_0 = \max(x_1, \dots, x_{12}) must be at least the average: x010012=8.33=9x_0 \ge \left\lceil \frac{100}{12} \right\rceil = \lceil 8.33 \rceil = 9

If x0=8x_0 = 8, the maximum total students would be 8×12=96<1008 \times 12 = 96 < 100, which is impossible. Thus, the smallest possible value of x0x_0 is 9.

Practise this under exam conditions

Sign in to solve it with a live timer, the on-screen CAT calculator, and streak and accuracy tracking across every question you attempt.

Solve in the workspace