Maths Olympiad Prep

Library / /65 of 74

, 2016

Combinatorics Difficulty 6.5 National Olympiad Prove it Slovenia

Assume that n3n \ge 3 people of different ages sit around a round table. We call any pair consisting of two people AA and BB a newbie pair, if
(i) AA and BB do not sit next to one another and
(ii) on at least one of the arcs connecting AA and BB along the table edge all people are older than AA and BB.
Determine the minimal number of newbie pairs. (From Nordic MO 2008.)

Solution

Denote the people in the order of ascending age by A1,A2,,AnA_1, A_2, \dots, A_n. Using induction on nn we show that regardless of the seating arrangement there are exactly n3n-3 newbie pairs.

In the base case of n=3n=3 every person is adjacent to every other person so there are no newbie pairs.

For the induction step assume that any seating arrangement of nn people contains exactly n3n-3 newbie pairs and consider an arbitrary arrangement of n+1n+1 people. We wish to show that there are exactly n2n-2 newbie pairs in this arrangement.

Removing the oldest person An+1A_{n+1} from the table, the induction hypothesis tells us that there are exactly n3n-3 newbie pairs left. Now let An+1A_{n+1} sit back down. All n3n-3 newbie pairs will still remain such because person An+1A_{n+1} was the oldest and does not affect the other pairs. Also, An+1A_{n+1} will not form any new pairs with any of the other people. If An+1A_{n+1} and AiA_i are not adjacent there is at least one person on each of the two arcs between them that is younger than An+1A_{n+1}.

Finally, consider the remaining pairs which were not newbie pairs before. Out of these only the pair seated next to An+1A_{n+1} turns into a newbie pair. Indeed, there is now one person between them that is older than both of them, namely An+1A_{n+1}.

Therefore, this arrangement of n+1n+1 people contains exactly n2n-2 newbie pairs. This concludes the induction step.

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.