Maths Olympiad Prep

Library / /4 of 65

Combinatorics Difficulty 5.1 AIME, harder Prove it Bulgaria

Problem:

An air company operates 36 airlines in a country with 16 airports. Prove that one can make a round trip that includes 4 airports.

Solution

Solution:

Consider a graph GG whose vertices are the airports in the country. Two vertices form an edge if there is an airline between the corresponding airports. Suppose that a round trip satisfying the conditions of the problem does not exist, i.e. there is no cycle of length 4 in GG.

If xx is a vertex of GG denote by d(x)d(x) the number of neighbors of xx. Then the number of pairs both elements of which are neighbors of xx equals (d(x)2)\binom{d(x)}{2}. Note that every pair is counted from at most one vertex zz, since otherwise there is a cycle of length 4.

Using the identity xGd(x)=72\sum_{x \in G} d(x) = 72 and the Root mean square - Arithmetic mean inequality we have

(162)=120xG(d(x)2)=xGd2(x)2xGd(x)2132(xGd(x))2xGd(x)2=7223236=126 \begin{aligned} \binom{16}{2} = 120 & \geq \sum_{x \in G} \binom{d(x)}{2} = \sum_{x \in G} \frac{d^2(x)}{2} - \sum_{x \in G} \frac{d(x)}{2} \\ & \geq \frac{1}{32}\left(\sum_{x \in G} d(x)\right)^2 - \sum_{x \in G} \frac{d(x)}{2} \\ & = \frac{72^2}{32} - 36 = 126 \end{aligned}
a contradiction.

Want a route through all this instead of 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 reproduced verbatim; metadata (topic, difficulty) added by this project.