返回题库

HMMT 二月 2002 · 冲刺赛 · 第 5 题

HMMT February 2002 — Guts Round — Problem 5

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

题目详情

英文原题

  1. [6] Two 4 × 4 squares are randomly placed on an 8 × 8 chessboard so that their sides liealong the grid lines of the board. What is the probability that the two squares overlap?
    2 3 4 5
解析

英文解析

  1. Two 4 × 4 squares are randomly placed on an 8 × 8 chessboard so that their sides liealong the grid lines of the board. What is the probability that the two squares overlap?
    Solution: 529 / 625 . Each square has 5 horizontal · 5 vertical = 25 possible positions,
    so there are 625 possible placements of the squares. If they do not overlap, then eitherone square lies in the top four rows and the other square lies in the bottom four rows, orone square lies in the left four columns and the other lies in the right four columns. Thefirst possibility can happen in 2 · 5 · 5 = 50 ways (two choices of which square goes ontop, and five horizontal positions for each square); likewise, so can the second. However,
    this double-counts the 4 cases in which the two squares are in opposite corners, so we have 1
    50 + 50 − 4 = 96 possible non-overlapping arrangements ⇒ 25 − 96 = 529 overlapping 2
    arrangements.
    2 3 4 5