Maths Olympiad Prep

Library / /420 of 740

, 2024

Geometry Difficulty 5.0 AIME, harder Prove it United States

Problem:

Let P\mathcal{P} be a regular 10-gon in the coordinate plane. Mark computes the number of distinct xx coordinates that vertices of P\mathcal{P} take. Across all possible placements of P\mathcal{P} in the plane, compute the sum of all possible answers Mark could get.

Solution

Solution:

Figure 1

10 distinct coordinates

Figure 2

5 distinct coordinates

Figure 3

6 distinct coordinates

Let P\mathcal{P} have vertices P1P2P10P_{1} P_{2} \ldots P_{10}. If no two vertices have the same xx-coordinate, then Mark gets 1010.

Otherwise, two vertices PiP_{i} and PjP_{j} have the same xx-coordinate. Then PkP_{k} and Pi+jkP_{i+j-k} also have the same xx-coordinate (indices taken modulo 1010), as PiPjPkPi+jkP_{i} P_{j} \parallel P_{k} P_{i+j-k}.

If i+ji+j is odd, the ten vertices of P\mathcal{P} pair up into 55 pairs of the form (Pk,Pi+jk)\left(P_{k}, P_{i+j-k}\right), so Mark gets 55. If i+ji+j is even, then the vertices Pi+j2P_{\frac{i+j}{2}} and Pi+j2+5P_{\frac{i+j}{2}+5} do not pair up, and the remaining 88 vertices form 44 pairs, so Mark gets 66.

Thus, the answer is 10+5+6=2110+5+6=21.

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.