A youth club leader wants to guarantee that at least two kids in the room share the same birth month -- without asking anyone when their birthday is, and no matter how the birthdays happen to fall. What is the smallest number of kids that must be in the room to make that guaranteed?
- 12 kids
- 13 kids
- 24 kids
- 6 kids
Why B? And why not the others?
Correct answer: B. 13 kids
There are only 12 possible birth months, so if a room holds no more than 12 kids, it is possible -- just barely -- for every single one of them to have been born in a different month, leaving no guaranteed match. The moment a 13th kid enters, though, there are more kids than months, so at least one month must hold two or more of them; this is the pigeonhole principle (n+1 items sorted into n categories always leaves one category with at least two items). The option naming 12 kids fails because 12 kids can still be spread one-per-month with zero overlap -- it's the largest number that does NOT guarantee a match, not the smallest that does. The option naming 24 vastly overshoots what's actually required; doubling the months isn't needed to force one overlap. The option naming 6 is far too small -- with only half the months represented, every kid could easily land in a different one.
Source: Pigeonhole principle (n+1 objects, n categories) -- standard combinatorics theorem; verified via university course materials (HKUST Department of Mathematics; IRMO 'The Pigeonhole Principle').