Number pyramid

We place the numbers 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 1,2,3,4,5,6,7,8,9 in this pyramid so that each small triangle contains one number. The condition is that the sum of the numbers in the three medium triangles (each consisiting of four small tiangles) should be the same. Let N N be this sum.

If the minimum value of N N is x x , and the maximum is y y , then find the value of y x y-x .


One possible solution, where N = 20 N=20 :


The answer is 6.

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.

2 solutions

Áron Bán-Szabó
Jun 11, 2017

We get ( a + b + c + d ) + ( b + e + f + g ) + ( d + g + h + i ) = 3 N = 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + b + d + g = 45 + b + d + g (a+b+c+d)+(b+e+f+g)+(d+g+h+i)=3N=0+1+2+3+4+5+6+7+8+9+b+d+g=45+b+d+g .

So b + d + g = 3 ( N 15 ) b+d+g=3(N-15) .

Since b , d , g b, d, g are different digits, 6 b + d + g 24 6\leq b+d+g\leq 24 , 2 N 15 8 2\leq N-15\leq 8 , 17 N 23 17\leq N\leq 23 .

So the minimum of N N is 17 17 , and here is a possible numbering:

So the maximum of N N is 23 23 , and here is a possible numbering: We get from these that y x = 23 17 = 6 y-x=23-17=\boxed{6} .

For the sum to be maxed the overlapping triangles should contain 7,8 and 9. So the sums of the 3 triangles is now 15,16 and 17. To make the sums equal the only pairs of the remaining 6 numbers that work are: 5,3; 6,1 and 4,2. This leads to 23. In the same way you will find a minimum sums of 17 when starting with 1,2 and 3 in the overlapping triangles.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...