Let n be a positive whole number divisible by 4. George wants to distribute distinct numbers on the vertices of a regular n-gon such that the sum of two random adjacent vertices is equal to the sum of the two adjacent vertices diagonally opposite. Find the sum of all possible values of n. If there are no possible values of n submit your answer as 0.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's call the numbers on the vertices x 1 , x 2 , . . . x n . It will be helpful later to define x n + 1 = x 1 (this is just going round the polygon again)
Say n = 4 k . The information we're given is that x i + x i + 1 = x i + 2 k + x i + 2 k + 1 for i = 1 , … , 2 k .
Explicitly, these sums are
x 1 + x 2 = x 2 k + 1 + x 2 k + 2
x 2 + x 3 = x 2 k + 2 + x 2 k + 3
x 3 + x 4 = x 2 k + 3 + x 2 k + 4
⋮
x 2 k − 2 + x 2 k − 1 = x 4 k − 2 + x 4 k − 1
x 2 k − 1 + x 2 k = x 4 k − 1 + x 4 k
x 2 k + x 2 k + 1 = x 4 k + x 4 k + 1 = x 4 k + x 1
(the equations whose first entry is odd are coloured in blue, the others in red).
The idea is to use all of these equations and make as many terms cancel as possible. We will add all of the blue equations, and subtract all of the red ones.
This gives
( x 1 + x 2 ) − ( x 2 + x 3 ) + … + ( x 2 k − 1 + x 2 k ) − ( x 2 k + x 2 k + 1 ) = ( x 2 k + 1 + x 2 k + 2 ) − ( x 2 k + 2 + x 2 k + 3 ) + … + ( x 4 k − 1 + x 4 k ) − ( x 4 k + x 1 )
Cancel, cancel, cancel, until simply:
x 1 − x 2 k + 1 = x 2 k + 1 − x 1
and so x 1 = x 2 k + 1 . But we are told that all the numbers are distinct! This contradiction means that there are NO such configurations.