How many ways are there to place one white rook and one black rook on an empty chessboard such that they do not attack each other?
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.
Without loss of generality. Let's start with the white rook. There are 64 squares to choose from. Once placed, we are left with 49 squares for the black rook to be placed where the two rooks cannot attack each other, regardless of which square we placed the white rook on. Thus, we have
64x49=3136.