Browse · MathNet
PrintSAUDI ARABIAN IMO Booklet 2023
Saudi Arabia 2023 counting and probability
Problem
An academic club of members wants to organize some seminars. In each seminar, each member of the club will present exactly one of three subjects: Math, Physics, and Chemistry. It is given that for any two members, there exists some seminar where they do not present the same subject. Find the smallest possible value of the number of seminars.
Solution
Let be the number of seminars the club can organize. In the -th seminar with , denote , , as the collection of participants presenting Math, Physics, Chemistry respectively. Then, for each , we have , , are the partition of the members of the club. Replace .
In each seminar, the members will have ways to choose subjects to present, so there will be ways to choose in total. If then, according to the pigeonhole principle, there will be two members who must have the same choice in all seminars. However, the two members will always present the same subject for every seminar, contradiction. So there must be .
We will show that for it is always possible to construct. Indeed, converting the members' numbers from to base , each number will correspond to a ternary string of length no more than . To synchronize those strings, we add in front so that all strings have the same length . We define the following rule: in the th seminar with , all members having at position on their string will present Math, similarly, the same for Physics and the same for Chemistry.
Note that any two strings are different, so they must be different at a certain position, and the index of that position will be the index of the seminar in which the two respective members present different subjects, satisfying the constraint.
For , we have and is the minimum value.
In each seminar, the members will have ways to choose subjects to present, so there will be ways to choose in total. If then, according to the pigeonhole principle, there will be two members who must have the same choice in all seminars. However, the two members will always present the same subject for every seminar, contradiction. So there must be .
We will show that for it is always possible to construct. Indeed, converting the members' numbers from to base , each number will correspond to a ternary string of length no more than . To synchronize those strings, we add in front so that all strings have the same length . We define the following rule: in the th seminar with , all members having at position on their string will present Math, similarly, the same for Physics and the same for Chemistry.
Note that any two strings are different, so they must be different at a certain position, and the index of that position will be the index of the seminar in which the two respective members present different subjects, satisfying the constraint.
For , we have and is the minimum value.
Final answer
7
Techniques
Pigeonhole principleRecursion, bijection