Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2013 / Problems / Day 1, P3

IMC 2013 · Day 1 · P3

There are 2n2n students in a school (nNn \in \mathbb{N}, n2n \ge 2). Each week nn students go on a trip. After several trips the following condition was fulfilled: every two students were together on at least one trip. What is the minimum number of trips needed for this to happen?

(Proposed by Oleksandr Rybak, Kiev, Ukraine)

Solution (official)

We prove that for any n2n \ge 2 the answer is 6.

First we show that less than 6 trips is not sufficient. In that case the total quantity of students in all trips would not exceed 5n5n. A student meets n1n - 1 other students in each trip, so he or she takes part on at least 3 excursions to meet all of his or her 2n12n - 1 schoolmates. Hence the total quantity of students during the trips is not less then 6n6n which is impossible.

Now let's build an example for 6 trips.

If nn is even, we may divide 2n2n students into equal groups AA, BB, CC, DD. Then we may organize the trips with groups (A,B)(A, B), (C,D)(C, D), (A,C)(A, C), (B,D)(B, D), (A,D)(A, D) and (B,C)(B, C), respectively.

If nn is odd and divisible by 3, we may divide all students into equal groups EE, FF, GG, HH, II, JJ. Then the members of trips may be the following: (E,F,G)(E, F, G), (E,F,H)(E, F, H), (G,H,I)(G, H, I), (G,H,J)(G, H, J), (E,I,J)(E, I, J), (F,I,J)(F, I, J).

In the remaining cases let n=2x+3yn = 2x + 3y be, where xx and yy are natural numbers. Let's form the groups AA, BB, CC, DD of xx students each, and EE, FF, GG, HH, II, JJ of yy students each. Then we apply the previous cases and organize the following trips: (A,B,E,F,G)(A, B, E, F, G), (C,D,E,F,H)(C, D, E, F, H), (A,C,G,H,I)(A, C, G, H, I), (B,D,G,H,J)(B, D, G, H, J), (A,D,E,I,J)(A, D, E, I, J), (B,C,F,I,J)(B, C, F, I, J).

Similar problems

IMC 1998 · Day 2 · P10no per-problem stats
IMC 1999 · Day 1 · P2mediumavg 5.4/10 · solved 47% · near-0 39% · disc 0.64