Consider a standard chessboard. Define as the maximum number of counters we can place on such a chessboard so that no 2 adjacent squares both have counters. Also, define as the maximum number of counters we can place on such a chessboard so that no 2 squares which share a vertex both have counters. What is ?
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.
For no adjacent squares to be of same counter(lets take them as colors to be simple) we will have half of the chess board as we have a color(black or white) in the chess board. So A=64/2 = 32 Now as no adjacent vertices can touch each other therefore we can take only 4 in a row and only in the 4 columns(as we can't take columns next to each other). Therefore, B=16. Hence answer is 48