ChessBoard
(CAT 2017)
In an 8 X 8 chessboard a queen placed anywhere can attack another piece if the piece is present in the same row, or in the same column or in any diagonal position in any possible 4 directions, provided there is no other piece in between in the path from the queen to that piece. The columns are labelled a to h (left to right) and the rows are numbered 1 to 8 (bottom to top). The position of a piece is given by the combination of column and row labels. For example, position c5 means that the piece is in cth column and 5th row.
1) If the queen is at c5, and the other pieces at positions c2, gl, g3, g5 and a3, how many are under attack by the queen? There are no other pieces on the board.
- 2
- 3
- 4
- 5
2) If the other pieces are only at positions al, a3, b4, d7, h7 and h8, then which of the following positions of the queen results in the maximum number of pieces being under attack?
- f8
- a7
- c1
- d3
3) If the other pieces are only at positions al, a3, b4, d7, h7 and h8, then from how many positions the queen cannot attack any of the pieces?
- 0
- 3
- 4
- 6
4) Suppose the queen is the only piece on the board and it is at position d5. In how many positions can another piece be placed on the board such that it is safe from attack from the queen?
Comments
Post a Comment