Olympiad Maths Prep

Library / /13 of 15

Combinatorics Difficulty 6.8 National olympiad Prove it Ukraine

There are 20222022 points on the circle, one of which is painted black, and the other 20212021 — white. In one move Hedgehog is allowed to do one of the following operations:
* repaint in the opposite color two consecutive points of the same color;
* repaint in the opposite colors two points of different colors, between which there is exactly one other point.
Will Hedgehog be able to do such operations so that each point changes its color to the opposite (compared to the initial coloring)?

Solution

Let's enumerate the points in clockwise order (starting, for example, from the black one), by 1,2,,20221, 2, \ldots, 2022. Note that from the very beginning, there was one more black point in the positions with odd numbers than the black points in the positions with even numbers. After the first operation, we either add one black point to each group or subtract one black point from each group, so the difference between even and odd black points remains constant. After the second operation, we do not change the number of black points in both groups, so their difference remains constant. Thus, the number of black points in odd places will always be one more than in even places. But this contradicts the fact that in the desired configuration, 10101010 points stand in even places and 10091009 points stand in odd places.

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.