Olympiad Maths Prep

Library / /3 of 4

Combinatorics Difficulty 6.9 National olympiad Prove it Turkey

In a country 20102010 cities are connected directly to the capital by a highway. The number of cities connected directly to any other given city is less than 20102010, and if this number is the same for two cities, then it is even. kk of the highways connecting the capital directly to various cities will be closed to traffic for repairs. Find the maximum possible value of kk such that this can be done without disrupting the road transportation in the country no matter how the highway network was designed.

Solution

The answer is 503503.
We want the connected components of the graph GG representing the cities and the highways to remain the same when we remove kk of the edges incident with the vertex v0v_0 representing the capital. Without loss of generality we may assume that GG is connected.

Let GG' be the graph obtained by removing v0v_0, and let CC be a connected component of GG'. Suppose that there is only one vertex vv' in CC that is adjacent to v0v_0 in GG. Either degGv\deg_G v' is odd or, since CC must have an even number of odd degree (in GG') vertices, degGv\deg_G v' is even and CC has another vertex vv'' with degGv\deg_G v'' odd. In either case CC has a vertex of odd degree (in GG). On the other hand, if CC is connected to v0v_0 by at least two edges, then at least one of these can be removed without affecting connectedness. Since odd degrees can take at most 10051005 values and the number of odd degree vertices must be even, there are at most 10041004 odd degree vertices in GG. Hence at least (20101004)/2=503(2010 - 1004)/2 = 503 edges incident with v0v_0 can be removed without disconnecting GG.

Now we construct a graph GG in which more than 503503 edges cannot be removed. The vertices of GG are viv_i, (0i20100 \le i \le 2010), and wijw_{ij}, (1<i10041 < i \le 1004, 1j2i21 \le j \le 2i - 2), and the edges of GG are {v0,vi}\{v_0, v_i\}, (1i20101 \le i \le 2010), {vi,wij}\{v_i, w_{ij}\}, (1<i10041 < i \le 1004, 1j2i21 \le j \le 2i - 2), {v2m1,v2m}\{v_{2m-1}, v_{2m}\}, (503m1005503 \le m \le 1005), and {wi,2m1,wi,2m}\{w_{i,2m-1}, w_{i,2m}\}, (1<i10041 < i \le 1004, 1mi11 \le m \le i - 1).

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.