返回题库

HMMT 二月 2005 · GEN2 赛 · 第 9 题

HMMT February 2005 — GEN2 Round — Problem 9

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

题目详情

英文原题

  1. In how many ways can the cells of a 4 × 4 table be filled in with the digits 1 , 2 , . . . , 9
    so that each of the 4-digit numbers formed by the columns is divisible by each of the
    4-digit numbers formed by the rows?
解析

英文解析

  1. In how many ways can the cells of a 4 × 4 table be filled in with the digits 1 , 2 , . . . , 9
    so that each of the 4-digit numbers formed by the columns is divisible by each of the
    4-digit numbers formed by the rows?
    Solution: 9
    If a and b are 4-digit numbers with the same first digit, and a divides b , then sinceb < a + 1000 ≤ 2 a , b must equal a . In particular, since the number formed by the firstrow of the table divides the number in the first column (and both have the same firstdigit), these numbers must be equal; call their common value n . Then, for k = 2, 3, or
    4, we find that the number in the k th column and the number in the k th row have the same first digit (namely the k th digit of n ), so by the same reasoning, they are equal.
    Also, the smallest number b formed by any column is divisible by the largest numbera formed by any row, but by the symmetry just proven, a is also the largest numberformed by any column, so a ≥ b . Since b is divisible by a , we must have equality. Thenall columns contain the same number — and hence all rows also contain the samenumber — which is only possible if all 16 cells contain the same digit. Conversely, for 3
    each d = 1 , . . . , 9, filling in all 16 cells with the digit d clearly gives a table meetingthe required condition, so we have exactly 9 such tables, one for each digit.