Maths Olympiad Prep

Track / Stage 6 / 344 of 400 #1344 of 1964

Problem 1344

National olympiad, first round
Combinatorics Difficulty 6.7 Find the answer

14 students attend the IMO training camp. Every student has at least kk favourite numbers. The organisers want to give each student a shirt with one of the student's favourite numbers on the back. Determine the least kk, such that this is always possible if:
a)a) The students can be arranged in a circle such that every two students sitting next to one another have different numbers.
b)b) 77 of the students are boys, the rest are girls, and there isn't a boy and a girl with the same number.

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Official solution

### Part (a)

1. Understanding the Problem: We need to arrange 14 students in a circle such that every two students sitting next to one another have different numbers. Each student has at least k k favorite numbers.

2. **Analyzing k=1 k = 1 **: If k=1 k = 1 , each student has only one favorite number. In the worst case, all students could have the same favorite number, making it impossible to arrange them in a circle with different numbers next to each other.

3. **Analyzing k=2 k = 2 **: If k=2 k = 2 , each student has at least two favorite numbers. In the worst case, all students have the same two favorite numbers, say 1 and 2. We can arrange the students in the sequence 1,2,1,2,,1,2 1, 2, 1, 2, \ldots, 1, 2 , ensuring that no two adjacent students have the same number.

Thus, k=2 k = 2 is sufficient.

### Part (b)

1. Understanding the Problem: We have 14 students, 7 boys and 7 girls. Each student has at least k k favorite numbers, and no boy and girl share the same favorite number. We need to determine the least k k such that each student can be assigned a favorite number.

2. Graph Representation: Consider a bipartite graph G(S,N) G(S, N) where S={1,2,,14} S = \{1, 2, \ldots, 14\} represents the students and N={n1,n2,,nk} N = \{n_1, n_2, \ldots, n_k\} represents the favorite numbers. Each student sS s \in S is connected to at least 4 numbers in N N .

3. Partitioning: Partition the students into two groups S0 S_0 (boys) and S1 S_1 (girls). We need to partition N N into two disjoint sets N0 N_0 and N1 N_1 such that each boy is connected to a number in N0 N_0 and each girl is connected to a number in N1 N_1 .

4. Bad Assignments: Define A \mathcal{A} as the set of all possible assignments (partitions) of N N , which has 2k 2^k elements. For each student sS s \in S , let BsA B_s \subset \mathcal{A} be the set of "bad" assignments for s s . For boys, Bs B_s consists of assignments where all neighbors of s s are in N1 N_1 . For girls, Bs B_s consists of assignments where all neighbors of s s are in N0 N_0 .

5. Counting Bad Assignments: Since each student is connected to at least 4 numbers, Bs=2k2d2k4 |B_s| = \frac{2^k}{2^d} \le 2^{k-4} .

6. Union of Bad Assignments: Let B=sSBs B = \bigcup_{s \in S} B_s . Then,
BsSBs142k4 |B| \le \sum_{s \in S} |B_s| \le 14 \cdot 2^{k-4}
For k=4 k = 4 ,
B14244=14<24=16 |B| \le 14 \cdot 2^{4-4} = 14 < 2^4 = 16
Therefore, B<A |B| < |\mathcal{A}| , meaning there exists an assignment AAB A \in \mathcal{A} \setminus B .

7. Conclusion: There exists an assignment that satisfies the conditions, proving that k=4 k = 4 is sufficient.

\blacksquare

The final answer is k=2 \boxed{ k = 2 } for part (a) and k=4 k = 4 for part (b).

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.