How many ways can you mark 8 squares of an chessboard so that no two marked squares are in the same row or column, and none of the four corner squares is marked? (Rotations and reflections are considered different.
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.
At the top row, you can mark 6 squares because you can't pick the two corners. At the bottom row, you can mark 5 squares because you can't mark the same column or the two corners.
In the second row, you have 6 choices, thus leaving us 5, then 4, then 3, and so on.
So our final is 6 × 5 × 6 ! = 3 0 × 7 2 0 = 2 1 6 0 0