Knight , and that of a Queen .
Define a Galloping Queen as a chess piece whose legal move is that of aIn how many ways can you place 8 non-attacking Galloping Queen's on an chessboard?
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.
A galloping queen is also known as an amazon . Notice that an amazon attacks a 5x5 square centered at itself (in addition to other squares).
First, as an amazon includes a rook's movement, clearly each row and column can only contain one amazon. Since there are eight amazons and eight rows/columns, each row/column must have exactly one amazon.
Consider the amazon in the third row and suppose it is on column c . Without loss of generality, suppose c ≤ 4 , otherwise reflect the board. This amazon attacks rows 1-5, columns c + 1 and c + 2 . Thus the two amazons in column c + 1 , c + 2 can only be among rows 6-8. But an amazon on any of these six squares attacks all the other five squares, so there cannot be two amazons here, contradiction.
Thus it's impossible to place eight non-attacking amazons on a regular chessboard, and so the answer is 0 .