IBM Research

PUZZLE   IBM-164

Infinite chess game

IBM Research · Ponder This · 2011-12

IBM Ponder This #164 · December 2011

This month's challenge is by Martin Erickson (thanks).

Two players (White and Black) are playing on an infinite chess board (extending infinitely in all directions).

First, White places a certain number of queens (and no other pieces) on the board.

Black then places a king on any unoccupied, unattacked square of the board.

Both players take turns moving until Black is checkmated.

What is the minimum number of queens White needs to force a checkmate?

Answer the same problem if White starts with rooks instead of queens.

Do the same for bishops and knights.

Let Q, R, B, and N be the minimum number of queens, rooks, bishops, and knights, respectively. What is the sum 1/Q + 1/R + 1/B + 1/N?

Solution

Best opened after a real attempt

To be added.