Equal sums

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?

20 24 21 23 22 26 25

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.

1 solution

Steven Yuan
Sep 1, 2017

Let P = P = sum of pink numbers, Y = Y = sum of yellow numbers, and S = 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 . 2P + Y = 4S.

The sum P + Y P + Y is equal to the sum of all the numbers, which is 1 + 2 + + 8 = 36. 1 + 2 + \dots + 8 = 36. So, we can simplify this equation into

P + 36 = 4 S . P + 36 = 4S.

As the sum of four distinct integers between 1 and 8 inclusive, P P can take on any value between 10 and 26 inclusive. We note that P P must be a multiple of 4, since S S must be an integer. Also, in order to maximize Y , Y, we must let P P be as small as possible. The smallest multiple of 4 between 10 and 26 is 12, so the maximum value of Y = 36 P = 36 12 = 24 . Y = 36 - P = 36 - 12 = \boxed{24}.

Here's a configuration with Y = 24 Y = 24 :

1 5 6 8 4 3 7 2 \begin{array}{ccc} \boxed{1} & \boxed{5} & \boxed{6} \\ \boxed{8} & & \boxed{4} \\ \boxed{3} & \boxed{7} & \boxed{2} \end{array}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...