Skip to main content
OlympiadHQ

Browse · MathNet

Print

62nd Ukrainian National Mathematical Olympiad

Ukraine counting and probability

Problem

The country has airports, some pairs of which are connected by bidirectional flights. Every day, the government closes the airport from which the largest number of flights is flying. What is the maximum number of days this can continue?

problem
Fig. 17
Solution
We will use the obvious interpretation in the language of graphs, and for convenience, we will move on to graph complements. From now on, every day the vertex of strictly lowest degree will be removed.

It is clear that when 2 vertices remain, nothing else will happen. For this bound is achieved by connecting two of the three vertices with an edge.

We show that if at some point there were 4 vertices, there will always be at least 3. Indeed, suppose that there were vertices , , , , and first vertex was removed, and then . Then the vertex cannot be connected to any of the vertices , . Also note that in a graph of three vertices , , the vertex also cannot be connected to any of the vertices , . But then in the graph on these four vertices the degree of was at least that of , contradiction.

For example, consider the following graph: a chain of vertices , , , ..., , where every two adjacent vertices are connected, and in addition is connected to (fig. 17). It is clear that the vertices will be removed one by one, in order , , , ..., .
Final answer
n - 3 for n ≥ 4; 1 for n = 3

Techniques

Graph Theory