A 6*6 grid is colored like a chess board. How many ways are there to select one white grid and one black grid such that they are not in the same column or row?
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.
In a 6 6 chess board, if drawn out, has 18 black and 18 white boxes. First, there are 18 ways to choose a black box. Any black box chosen will eliminate 6 boxes which are either in its row or column. This leaves 12 white boxes left to choose from. Therefore, 12 18 equals 216.