Percentages | A

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.

Question diagram 1
Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • 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).Diagram 1

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 8×88 \times 8 chessboard with 6464 squares:

Number of white squares=642=32\begin{aligned} \text{Number of white squares} &= \dfrac{64}{2} \\[0.6em] &= 32 \end{aligned} Number of black squares=642=32\begin{aligned} \text{Number of black squares} &= \dfrac{64}{2} \\[0.6em] &= 32 \end{aligned}

Thus, up to 3232 non-attacking knights can be placed simultaneously.

Step 3 · Place 8 Knights

Choose any 88 squares of the same color (for instance, white squares).Diagram 2

A valid placement of 88 knights on white squares using coordinates (row,column)(row, column) is:

  • First row: (1,1),(1,3),(1,5),(1,7)(1, 1), (1, 3), (1, 5), (1, 7)
  • Second row: (2,2),(2,4),(2,6),(2,8)(2, 2), (2, 4), (2, 6), (2, 8)
Answer

Place all 88 knights on squares of the same color (e.g., all white squares). A valid configuration is at coordinates (1,1),(1,3),(1,5),(1,7),(2,2),(2,4),(2,6),(2,8)(1, 1), (1, 3), (1, 5), (1, 7), (2, 2), (2, 4), (2, 6), (2, 8).

Common Mistakes
  • 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

Q1

: How Close Can You Get?

Make a pair. Each of you choose a number. Suppose, the numbers chosen are aa and bb. Share your numbers with each other. Both of you should estimate the percentage equivalent to the fraction ab\dfrac{a}{b} (where a<ba < b) 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.

Q2

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.

← Back to Percentages