Question 2
Peaceful Knights
Place 8 knights on the chess board so that no knight attacks another. A knight moves in an 'L-shape'. It can move either (a) two steps vertically and one step horizontally, or (b) two steps horizontally and one step vertically. Possible moves of a knight are shown below.

- A knight moves in an 'L-shape', which means it always moves from a square of one color to a square of the opposite color (white to black or black to white).
- Because a knight on a white square can only attack black squares, placing all knights on squares of the same color (all white or all black) guarantees that no knight can attack another.
Step 1 · Property of Knight Movement
A knight moves two squares in one direction and one square perpendicularly (L-shape).
A knight on a white square always lands on a black square, and a knight on a black square always lands on a white square. Therefore, every attack square is of the opposite color.
Step 2 · Color-Based Placement Strategy
Since a knight can only attack squares of the opposite color, placing knights exclusively on squares of the same color ensures no knight attacks another.
On an chessboard with squares:
Thus, up to non-attacking knights can be placed simultaneously.
Step 3 · Place 8 Knights
Choose any squares of the same color (for instance, white squares).
A valid placement of knights on white squares using coordinates is:
- First row:
- Second row:
Place all knights on squares of the same color (e.g., all white squares). A valid configuration is at coordinates .
- Mixing Colors: Placing knights on both white and black squares without checking L-shaped distances, which easily leads to attacks.
- Overcomplicating the Pattern: Trying complex spatial geometric patterns when simply restricting all pieces to one color family trivially solves the problem.
More questions in A
: How Close Can You Get?
Make a pair. Each of you choose a number. Suppose, the numbers chosen are and . Share your numbers with each other. Both of you should estimate the percentage equivalent to the fraction (where ) and announce your answers by a fixed time, say, 5 seconds. The one whose estimate is the closest wins this round. Play this for 10 rounds.
Peaceful Knights
Place 8 knights on the chess board so that no knight attacks another. A knight moves in an 'L-shape'. It can move either (a) two steps vertically and one step horizontally, or (b) two steps horizontally and one step vertically. Possible moves of a knight are shown below.