Initially . There are 800 points on the circumference, labeled in a clockwise direction as . They divide the circumference into 800 gaps. Now, choose one point and color it red, then follow the rule to color other points red one by one: if the -th point has been colored red, then move gaps in a clockwise direction and color the endpoint reached red. Continue this process. How many red points can be obtained at most on the circumference? Prove your conclusion.
Problem 739
Official solution
Proof Consider a circle with points in general.
(1) On a circle with points, if the first red point is an even-numbered point, for example, the -th point, then according to the coloring rule, each red point dyed afterward will also be an even-numbered point. At this time, if the points numbered are renumbered as , it is easy to see that the number of red points that can be dyed starting from the -th point on a circle with points is the same as the number of red points that can be dyed starting from the -th point on a circle with points, and they form a one-to-one correspondence.
(2) On a circle with points, if the first red point is an odd-numbered point, then the second red point must be an even-numbered point. By (1), in this case, it can also correspond to a coloring method starting from the -th point on a circle with points, and the number of red points dyed is exactly one more than the number of red points obtained by this coloring method on the circle with points.
(3) Let the maximum number of red points that can be dyed on a circle with points be , and suppose the coloring method starting from the -th point achieves this maximum value. Then, on a circle with points, the coloring method starting from the -th point should achieve the maximum value (since the second red point is the -th point). Therefore, .
(4) From (3), we have
(5) To calculate , note that on a circle with 25 points, if the number of the first red point is a multiple of 5, then the number of each red point dyed afterward will also be a multiple of 5. Therefore, the number of red points that can be dyed starting from such a point will not exceed 5.
If the number of the first red point is not a multiple of 5, then the number of each red point dyed afterward will also not be a multiple of 5. Therefore, starting from such a point, at most 20 red points can be dyed.
On the other hand, starting from a certain such point, we can actually dye 20 red points, for example, starting from the 1st point, we can sequentially dye 1, 2, 4, 8, 16, 7, 14, 3, 6, 12, 24, 23, 21, 17, 9, 18, 11, 22, 19, 13. Therefore, .
From (4) and (5), we get , i.e., the maximum number of red points that can be dyed is 25.
(Jiangxi Nanchang Vocational and Technical Normal University, 330013, Gou Ping Sheng's solution)