Olympiad Maths Prep

Library / /58 of 60

Combinatorics Difficulty 7.4 National olympiad, round 2 Prove it Ukraine

There are 30 cities in the country, some of them are connected by flights. The total amount of flights satisfies the following: if one does not consider any 26 cities with all flights that connect one of these cities and any other, then one can get from any of the 4 cities that is left to any other city of the four, maybe with layovers, only using flights that are left. Determine the smallest amount of flights for which the condition holds.

Solution

Let AA is a vertex with the smallest degree k(A)k(A). If k(A)<27k(A) < 27, then there exist at least 3 vertices that are not connected with a chosen vertex. Then 3 of those vertices together with AA

make a not connected graph, so it contradicts the condition. Thus, the smallest size of graph is 122730=405\frac{1}{2} \cdot 27 \cdot 30 = 405.
We want to show that such a graph exists. Call vertices A1,A2,...,A29,A30A_1, A_2, ..., A_{29}, A_{30} and A1=A31A_1 = A_{31}. Connect every vertex AiA_i with 27 vertices, all except Ai1A_{i-1} and Ai+1A_{i+1}, i=1,30i = 1, 30. We want to show that such graph satisfies the condition. Suppose by contradiction that, condition is not satisfied for vertices Ai,Aj,AkA_i, A_j, A_k and AlA_l, where, i<j<k<li < j < k < l, moreover the biggest number of vertices is between AiA_i and AlA_l. Then there are edges between AiAk,AiAlA_i \leftrightarrow A_k, A_i \leftrightarrow A_l and AjAlA_j \leftrightarrow A_l, since they are not neighbors. Obtained contradiction finishes the proof.

Looking for a route rather than an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.