返回题库

HMMT 二月 2005 · TEAM2 赛 · 第 2 题

HMMT February 2005 — TEAM2 Round — Problem 2

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

题目详情

英文原题

  1. [10] What are the dimensions of the rectangle of smallest area that is ( a, b )-tileable?
解析

英文解析

  1. [10] What are the dimensions of the rectangle of smallest area that is ( a, b )-tileable?
    Solution: If a = 0, then a 1 × 2 b rectangle is tileable in an obvious way. If a > 0, thena 2 a × 2 b rectangle is tileable by dividing the rectangle into quarters and pairing eachsquare with a square from the diagonally opposite quarter. The answer is thereforemax { 1 , 2 a } × 2 b . Minimality of area follows from the next question.
    b ba
    1 a