Maths Olympiad Prep

Library / /41 of 397

Combinatorics Difficulty 4.9 AIME Prove it Taiwan

Let nn be a positive integer. There are nn towns arranged on a East-West road. Each town has two rhinoceroses, one heading East from the town, and the other heading West from the town (rhinoceroses cannot turn into another direction.) These 2n2n rhinoceroses all have different sizes. When two rhinoceroses confront face to face, the larger one would knock the smaller one out of the road. However, if a rhinoceros is bumped by another from its rear end, the bumped rhinoceros is knocked out of the road, regardless of their sizes.
Let AA and BB be two towns, with BB being East to AA. We say that AA tramples BB, if the East-heading rhinoceros of AA can reach BB by knocking off all rhinoceroses in between. Similarly, we say that BB tramples AA if the West-heading rhinoceros of BB can reach AA by knocking off all rhinoceroses in between.
Prove that these is exactly one town that would not be trambled by any other town.

Solution

We induct on nn. When n=1n=1 the claim is obviously true.

Suppose the original claim holds for all nNn \le N. When n=N+1n = N + 1, apart from the West-heading rhinoceros of the westernmost town and the East-heading rhinoceros of the easternmost town (which have no function), consider the largest among the remaining 2N2N rhinoceroses; without loss of generality, suppose the largest rhinoceros is the East-heading rhinoceros of the kk-th town counted from the west, where k<N+1k < N + 1 (since we do not consider the East-heading rhinoceros of the easternmost town).

Clearly, all towns east of the kk-th town will be trampled by the kk-th town; and none of the towns east of the kk-th town can trample the kk-th town or any town to its west, since they are all blocked by this largest rhinoceros. Therefore we may discard all the towns east of the kk-th town. Since kNk \le N, by the induction hypothesis, among the remaining kk towns there is exactly one that is not trampled by any other town, which completes the proof.

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 translated into English from zh; metadata (topic, difficulty) added by this project.