Problem:
The squares of a chessboard are numbered from left to right and top to bottom (so that the first row reads , the second reads , and so forth). The number is on a black square. How many black squares contain odd numbers?
Problem:
The squares of a chessboard are numbered from left to right and top to bottom (so that the first row reads , the second reads , and so forth). The number is on a black square. How many black squares contain odd numbers?
Solution:
. The black squares in the th row contain odd numbers when is odd and even numbers when is even; thus there are four rows where the black squares contain odd numbers, and each such row contributes four black squares.