Which sum is greater?
The sum of numbers in yellow squares, or black squares?
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.
Ah, a simple observation. Nice one
Relevant wiki: Arithmetic Progression Sum
Notice that the sum of yellow squares is the sum of the terms in the arithmetic progression:
1 , 3 , 5 , … , 2 5
There are 1 3 yellow squares, therefore
Sum of yellow squares = 2 1 3 ( 1 + 2 5 ) = 1 3 ( 1 3 ) = 1 6 9
Similarly, the sum of black squares is the sum of the terms in the arithmetic progression:
2 , 4 , 6 , … , 2 4
There are 1 2 black squares, therefore
Sum of black squares = 2 1 2 ( 2 + 2 4 ) = 1 2 ( 1 3 ) = 1 5 6
Therefore, the Yellow Squares have a greater sum
Ah, that's a nice way to use arithmetic progressions . I was thinking of another approach.
Log in to reply
Well, you can share your approach in another solution
Nice Solution! (+1)
Problem Loading...
Note Loading...
Set Loading...
Observe that if a black square has the number n , then the square with the number n + 1 is yellow.
In this way, we can pair up all of the black squares with a yellow square that has a larger value. More explicitly, the black 2 n pairs up with the yellow 2 n + 1 .
Hence, the yellow squares win.