I have already read What is an "external node" of a "magic" 3-gon ring? and I have solved problems up until 90 but this n-gon thing totally baffles me as I don’t understand the question at all.
So I take this ring and I understand that the external circles are 4, 5, 6 as they are outside the inner circle. Now he says there are eight solutions. And the eight solutions are without much explanation listed below. Let me take
9 4,2,3; 5,3,1; 6,1,2
9 4,3,2; 6,2,1; 5,1,3
So how do we arrive at the 2 solutions? I understand 4, 3, 2, is in straight line and 6,2,1 is in straight line and 5, 1, 3 are in a straight line and they are in clockwise so the second solution makes sense.
Questions
- Why does the first solution 4,2,3; 5,3,1; 6,1,2 go anti clock wise? Should it not be 423 612 and then 531?
- How do we arrive at 8 solutions. Is it just randomly picking three numbers? What exactly does it mean to solve a “N-gon”?
The first doesn’t go anti-clockwise. It’s what you get from the configuration
when you go clockwise, starting with the smallest number in the outer ring.
For an N-gon, you have an inner N-gon, and for each side of the N-gon one spike, like
so that the spike together with the side of the inner N-gon connects a group of three places. A “solution” of the N-gon is a configuration where you placed the numbers from 1 to 2*N so that each of the N groups sums to the same value.
The places at the end of the spikes appear in only one group each, the places on the vertices of the inner N-gon in two. So the sum of the sums of all groups is
The sum of the numbers on the vertices of the inner N-gon is at least
1 + 2 + ... + N = N*(N+1)/2and at most(N+1) + (N+2) + ... + 2*N = N² + N*(N+1)/2 = N*(3*N+1)/2.Hence the sum of the sums of all groups is between
and
inclusive, and the sum per group must be between
and
For the triangle –
N = 3– the bounds are(5*3+3)/2 = 9and(7*3+3)/2 = 12. For a square –N = 4– the bounds are(5*4+3)/2 = 11.5and(7*4+3)/2 = 15.5– since the sum must be an integer, the possible sums are12, 13, 14, 15.Going back to the triangle, if the sum of each group is 9, the sum of the sums is 27, and the sum of the numbers on the vertices must be
27 - (1+2+3+4+5+6) = 27 - 21 = 6 = 1+2+3, so the numbers on the vertices are 1, 2 and 3.For the sum to be 9, the value at the end of the spike for the side connecting 1 and 2 must be 6, for the side connecting 1 and 3, the spike value must be 5, and 4 for the side connecting 2 and 3.
If you start with the smallest value on the spikes – 4 – you know you have to place 2 and 3 on the vertices of the side that spike protrudes from. There are two ways to arrange the two numbers there, leading to the two solutions for sum 9.
If the sum of each group is 10, the sum of the sums is 30, and the sum of the numbers on the vertices must be 9. To represent 9 as the sum of three distinct numbers from 1 to 6, you have the possibilities
For the first group, you have one side connecting 1 and 2, so you’d need a 7 on the end of the spike to make 10 – no solution.
For the third group, the minimal sum of two of the numbers is 5, but
5+6 = 11 > 10, so there’s no place for the 6 – no solution.For the second group, the sums of the sides are
and you have two ways to arrange 3 and 5, so that the group is either
2-3-5or2-5-3, the rest follows again.The solutions for the sums 11 and 12 can be obtained similarly, or by replacing
kwith7-kin the solutions for the sums 9 resp. 10.To solve the problem, you must now find out
(And use pencil and paper for the fastest solution.)