返回题库

HMMT 二月 2005 · COMB 赛 · 第 7 题

HMMT February 2005 — COMB Round — Problem 7

专题
Contest Math / 竞赛数学
难度
L3
来源
HMMT

题目详情

英文原题

  1. What is the maximum number of bishops that can be placed on an 8 × 8 chessboardsuch that at most three bishops lie on any diagonal?
解析

英文解析

  1. What is the maximum number of bishops that can be placed on an 8 × 8 chessboardsuch that at most three bishops lie on any diagonal?
    Solution: 38
    If the chessboard is colored black and white as usual, then any diagonal is a solid color,
    so we may consider bishops on black and white squares separately. In one direction,
    the lengths of the black diagonals are 2, 4, 6, 8, 6, 4, and 2. Each of these can haveat most three bishops, except the first and last which can have at most two, giving atotal of at most 2 + 3 + 3 + 3 + 3 + 3 + 2 = 19 bishops on black squares. Likewise therecan be at most 19 bishops on white squares for a total of at most 38 bishops. This isindeed attainable as in the diagram below.
    X X X X X X X X2
    X X X X X X X
    X X
    X X
    X X
    X X
    X X X X X X X
    X X X X X X X X