Maths Olympiad Prep

Library / /1 of 2

Combinatorics Difficulty 7.7 National Olympiad, round 2 Prove it Nordic Mathematical Olympiad

Problem:

King George has decided to connect the 1680 islands in his kingdom by bridges. Unfortunately the rebel movement will destroy two bridges after all the bridges have been built, but not two bridges from the same island.
What is the minimal number of bridges the King has to build in order to make sure that it is still possible to travel by bridges between any two of the 1680 islands after the rebel movement has destroyed two bridges?

Solution

Solution:

An island cannot be connected with just one bridge, since this bridge could be destroyed. Consider the case of two islands, each with only two bridges, connected by a bridge. (It is not possible that they are connected with two bridges, since then they would be isolated from the other islands no matter what.) If they are also connected to two separate islands, then they would be isolated if the rebel movement destroys the two bridges from these islands not connecting the two. So the two bridges not connecting them must go to the same island. That third island must have at least two other bridges, otherwise the rebel movement could cut off these three islands.
Suppose there is a pair of islands with exactly two bridges that are connected to each other. From the above it is easy to see that removing the pair (and the three bridges connected to them) must leave a set of islands with the same properties. Continue removing such pairs, until there are none left. (Note that the reduced set of islands could have a new such pair and that also needs to be removed.) Suppose we are left with nn islands and since two islands are removed at a time, nn must be an even number. And from the argument above it is clear that n4n \geq 4.
Consider the remaining set of islands and let xx be the number of islands with exactly two bridges (which now are not connected to each other). Then nxn-x islands have at least three bridges each. Let BB' be the number of bridges in the reduced set. Now B2xB' \geq 2x and 2B2x+3(nx)=3nx2B' \geq 2x + 3(n-x) = 3n - x. Hence 2Bmax(4x,3nx)43n52B' \geq \max(4x, 3n-x) \geq 4 \cdot \frac{3n}{5}, and thus B6n5B' \geq \frac{6n}{5}. Now let BB be the number of bridges in the original set. Then
B=B+31680n26n5+6(1680n)4616805=2016 B = B' + 3 \cdot \frac{1680-n}{2} \geq \frac{6n}{5} + \frac{6(1680-n)}{4} \geq \frac{6 \cdot 1680}{5} = 2016
It is possible to construct an example with exactly 2016 bridges: Take 672 of the islands and number them 0,1,2,,6710,1,2, \ldots, 671. Connect island number ii with the islands numbered i1i-1, i+1i+1 and i+336i+336 (modulo 672). This gives 1008 bridges. We now have a circular path of 672 bridges: 01267100-1-2-\cdots-671-0. If one of these 672 bridges are destroyed, the 672 islands are still connected. If two of these bridges are destroyed, the path is broken into two parts. Let ii be an island on the shortest path (if they have the same length, just pick a random one). Then island i+336i+336 (modulo 672) must be on the other part of the path, and the bridge connecting these two islands will connect the two paths. Hence no matter which two bridges the rebel movement destroys, it is possible to travel between any of the 672 islands.
Now for every one of the 1008 bridges above, replace it with two bridges with a new island between the two. This increases the number of bridges to 2016 and the number of islands to 672+1008=1680672+1008=1680 completing the construction. Since the rebel movement does not destroy two bridges from the same island, the same argument as above shows that with this construction it is possible to travel between any of the 1680 islands after the destruction of the two bridges.

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.