Skip to main content
OlympiadHQ

Browse · MathNet

Print

Team Selection Test for JBMO

Turkey counting and probability

Problem

Between any two cities of a country consisting of cities one-way flights are organized so that there is at least one departure from each city. Determine the maximal possible value of such that no matter how these flights are arranged there are cities reachable from any city of a country by using at most two flights.
Solution
The answer is .

We will write if flight is from to . The flight arrangement where and all other flights incident to are directed to shows that .

If a city is reachable from any other city by using at most two flights we will say that is 2-reachable. Now we show that in any flight arrangement there are at least three cities 2-reachable from any city.

The problem can be reformulated in terms of graph theory: Let be a directed complete graph with vertices. If the incoming degree of each vertex is at most , then there are vertices 2-reachable from any other vertex.

First of all, let us show that a vertex with maximal incoming degree, say , is 2-reachable. Let be the set of all vertices with and be the set of all vertices with . is reachable from any directly. If is not 2-reachable from some , then for any we have ; otherwise is 2-reachable from : . But then , which contradicts the maximality of .

Now let be a vertex in with maximal incoming degree (note that is not empty). Let be the set of all vertices with and be the set of all vertices with . is reachable from any directly. If is not 2-reachable from some , then for any we have ; otherwise is 2-reachable from : . But then , which contradicts the maximality of .

Now let be a vertex in with maximal incoming degree (note that is not empty). Let be the set of all vertices with and be the set of all vertices with . is reachable from any directly. If is not 2-reachable from some , then for any we have ; otherwise is 2-reachable from : . But then , which contradicts the maximality of .

Thus, we have found three vertices 2-reachable from any other city. are distinct and the proof is completed (if we proceed the same way, the new found point may coincide with ).
Final answer
3

Techniques

Graph TheoryColoring schemes, extremal arguments