Write a distinct integer from 1 to 8 to each circle, such that the sum of the three numers in each line is the same.
What is the maximum value of the sum of the numbers in the yellow circles?
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 P = sum of pink numbers, Y = sum of yellow numbers, and S = sum of the numbers across a line. When we add up all of the numbers on each line, we count each pink number twice and each yellow number once. Thus,
2 P + Y = 4 S .
The sum P + Y is equal to the sum of all the numbers, which is 1 + 2 + ⋯ + 8 = 3 6 . So, we can simplify this equation into
P + 3 6 = 4 S .
As the sum of four distinct integers between 1 and 8 inclusive, P can take on any value between 10 and 26 inclusive. We note that P must be a multiple of 4, since S must be an integer. Also, in order to maximize Y , we must let P be as small as possible. The smallest multiple of 4 between 10 and 26 is 12, so the maximum value of Y = 3 6 − P = 3 6 − 1 2 = 2 4 .
Here's a configuration with Y = 2 4 :
1 8 3 5 7 6 4 2