Some cells in a grid are shaded.
As shown below, in each cell, we record the number of neighboring cells that are shaded, inclusive of diagonals but exclusive of the cell itself.
How many of the 9 cells are shaded?
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.
Because the center cell is 3, this tells us that the number of shaded cells is either 3 or 4 (depending on whether the center cell is shaded or not).
Because the left center cell is 4, this tells us that the number of shaded cells is at least 4.
Hence, the number of shaded cells is exactly 4.
It remains to find the configuration that satisfies the conditions.
Since the left center cell is 4, we know that these 4 cells must be neighbours of it. Hence none of the right column is shaded.
Since the right center cell is 3, this tells us that the entire center column is shaded.
Since the bottom center cell is 1, this tells us that in the left column, the center and lower cells are not shaded.
Hence, the top left cell has to be shaded.
We can verify that this configuration leads to the numbers in the display.