Problem:
Let be a regular 10-gon in the coordinate plane. Mark computes the number of distinct coordinates that vertices of take. Across all possible placements of in the plane, compute the sum of all possible answers Mark could get.
Problem:
Let be a regular 10-gon in the coordinate plane. Mark computes the number of distinct coordinates that vertices of take. Across all possible placements of in the plane, compute the sum of all possible answers Mark could get.
Solution:

10 distinct coordinates

5 distinct coordinates

6 distinct coordinates
Let have vertices . If no two vertices have the same -coordinate, then Mark gets .
Otherwise, two vertices and have the same -coordinate. Then and also have the same -coordinate (indices taken modulo ), as .
If is odd, the ten vertices of pair up into pairs of the form , so Mark gets . If is even, then the vertices and do not pair up, and the remaining vertices form pairs, so Mark gets .
Thus, the answer is .