knights on an chess board (at most 1 knight to each field), such that no two of them can attack each other?
In how many ways can we place
Note:
A knight's valid moves are shown by the stars in the picture.
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.
When a knight moves, the Colour of the tile it is on changes, meaning that all the 32 knights must be on the same Colour tile. This is possible as there are exactly 32 black and 32 white tiles. As there are only 2 Colours and no tile is empty (other than the tile of the other Colour), there are only 2 ways.