Problem:
is an board. We call a diagonal row of cells a positive diagonal if it is parallel to . How many coins must be placed on an board such that every cell either has a coin or is in the same row, column or positive diagonal as a coin?
Problem:
is an board. We call a diagonal row of cells a positive diagonal if it is parallel to . How many coins must be placed on an board such that every cell either has a coin or is in the same row, column or positive diagonal as a coin?
Solution:
There must be at least rows without a coin and at least columns without a coin. Let be cells in the top row without a coin which are also in a column without a coin. Let be cells in the first column without a coin which are also in a row without a coin. Each of the and are on a different positive diagonal, so we must have and hence .
Let denote the cell in row , column . For , put coins in and in . It is easy to check that this works. For , put an additional coin in , it is easy to check that works. For we can use the same arrangement as for .
