返回题库

AIME 2004 II · 第 3 题

AIME 2004 II — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A solid rectangular block is formed by gluing together NN congruent 1-cm cubes face to face. When the block is viewed so that three of its faces are visible, exactly 231231 of the 1-cm cubes cannot be seen. Find the smallest possible value of N.N.

解析

Solution

The 231231 cubes which are not visible must lie below exactly one layer of cubes. Thus, they form a rectangular solid which is one unit shorter in each dimension. If the original block has dimensions l×m×nl \times m \times n, we must have (l1)×(m1)×(n1)=231(l - 1)\times(m-1) \times(n - 1) = 231. The prime factorization of 231=3711231 = 3\cdot7\cdot11, so we have a variety of possibilities; for instance, l1=1l - 1 = 1 and m1=11m - 1 = 11 and n1=37n - 1 = 3 \cdot 7, among others. However, it should be fairly clear that the way to minimize lmnl\cdot m\cdot n is to make ll and mm and nn as close together as possible, which occurs when the smaller block is 3×7×113 \times 7 \times 11. Then the extra layer makes the entire block 4×8×124\times8\times12, and N=384N= \boxed{384}.

An alternate way to visualize the problem is to count the blocks that can be seen and subtract the blocks that cannot be seen. In the given block with dimensions l×m×nl\times m \times n, the three faces have lmlm, mnmn, and lnln blocks each. However, ll blocks along the first edge, mm blocks along the second edge, and nn blocks along the third edge were counted twice, so they must be subtracted. After subtracting these three edges, 1 block has not been counted - it was added three times on each face, but subtracted three times on each side. Thus, the total number of visible cubes is lm+mn+lnlmn+1lm+mn+ln-l-m-n+1, and the total number of invisible cubes is lmnlmmnln+l+m+n1lmn-lm-mn-ln+l+m+n-1, which can be factored into (l1)(m1)(n1)(l-1)(m-1)(n-1).