Writeup: IMO 2004 Shortlist C1
Problem Statement
There are students at an university. Some students join together to form several clubs (a student may belong to different clubs). Some clubs join together to form several societies (a club may belong to different societies). There are a total of societies. Suppose that the following conditions hold:
i.) Each pair of students are in exactly one club.
ii.) For each student and each society, the student is in exactly one club of the society.
iii.) Each club has an odd number of students. In addition, a club with students ( is a positive integer) is in exactly societies.
Find all possible values of .
Solution:
This problem was so troll lmao. I tried to do make up so many random functions to solve this problem but I realized the solution was actually really easy.
Consider the set of ordered triples (student, club, society). We know from (iii) and (ii) that but we also know that But from (i) we know that so