How many ways are there to place a white rook and a black rook (on a standard 8x8 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.
For each of the 64 options for the first rook we have 63 options for the second, minus the 2 ∗ ( 8 − 1 ) where it would attack the first (7 for the horizontals and 7 for the verticals), so we have 6 4 ∗ ( 6 3 − 1 4 ) = 3 1 3 6