I encountered a problem in Applied Combinatorics as detailed here which presents an intriguing scenario:
Over a 15-week semester, a graduate student has lunch in the campus food court every Tuesday, joined by various combinations of six friends. Throughout the semester, each friend joined him 11 times, each pair of friends joined him 9 times, each trio of friends 6 times, each quartet of friends 4 times, and each group of five friends 4 times. All seven individuals had lunch together once.
Using the principle of inclusion-exclusion, we deduce that there are no weeks where the graduate student dines alone.
However, I am curious about the practical possibility of this arrangement. Specifically, is it feasible to have 15 subsets $S_1, \dots, S_{15}$ of $[6]=\{1, 2, \dots, 6\}$ such that:
- Each singleton subset of $[6]$ is contained in 11 of the $S_i$,
- Each pair subset of $[6]$ is contained in 9 of the $S_i$,
- And so forth...
Essentially, is the scenario as described possible, and are there sufficient or necessary conditions to validate its feasibility?
Update: The correct answer to the problem should be the student ate alone once. But that's not what I am asking.