This box has 8 blanks. It should be filled using 1 to 8 exactly once so that connected boxes(side by side, up and down or corner) does not have consecutive numbers. For example:
This is an incorrect solution as 7 and 8 are side by side.
If A>B of the 1st image, what is the value of C?
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.
If we look closely, box A and B are both connected with every box except for one. So these boxes must contain a number which has only 1 consecutive number from 1 to 8.
These numbers are 1 and 8. So no matter how many solutions there are, 1 and 8 will be in the middle in every solution and 2 and 7 will be in the boxes that are not connected with 1 and 8 respectively.
As A>B then A=8 and B=1. So C has the value 7.
One of the solutions looks like this: