2001 AIME II Problems/Problem 15
Problem
Let ,
, and
be three adjacent square faces of a cube, for which
, and let
be the eighth vertex of the cube. Let
,
, and
, be the points on
,
, and
, respectively, so that
. A solid
is obtained by drilling a tunnel through the cube. The sides of the tunnel are planes parallel to
, and containing the edges,
,
, and
. The surface area of
, including the walls of the tunnel, is
, where
,
, and
are positive integers and
is not divisible by the square of any prime. Find
.
Solution
![[asy] import three; currentprojection = orthographic(camera=(1/4,2,3/4)); defaultpen(linewidth(0.7)); pen l = linewidth(0.5) + linetype("10 2"); triple S=(1,0,0), T=(2,0,2), U=(8,6,8), V=(8,8,6), W=(2,2,0), X=(6,8,8); draw((1,0,0)--(8,0,0)--(8,0,8)--(0,0,8)--(0,0,1)); draw((1,0,0)--(8,0,0)--(8,8,0)--(0,8,0)--(0,1,0),l); draw((0,8,0)--(0,8,8)); draw((0,8,8)--(0,0,8)--(0,0,1)); draw((8,8,0)--(8,8,6),l); draw((8,0,8)--(8,6,8)); draw((0,8,8)--(6,8,8)); draw(S--T--U--V--W--cycle); draw((0,0,1)--T--U--X--(0,2,2)--cycle); draw((0,1,0)--W--V--X--(0,2,2)--cycle); [/asy]](http://latex.artofproblemsolving.com/2/0/2/2029da0ff58753555b17251bb707d7eff8e13747.png)
![[asy] import three; currentprojection = orthographic(camera=(1/2,1/3,-1/4)); defaultpen(linewidth(0.7)); pen l = linewidth(0.5) + linetype("10 2"); triple S=(1,0,0), T=(2,0,2), U=(8,6,8), V=(8,8,6), W=(2,2,0), X=(6,8,8); draw((1,0,0)--(8,0,0)--(8,0,8),l); draw((8,0,8)--(0,0,8)); draw((0,0,8)--(0,0,1),l); draw((8,0,0)--(8,8,0)); draw((8,8,0)--(0,8,0)); draw((0,8,0)--(0,1,0),l); draw((0,8,0)--(0,8,8)); draw((0,0,8)--(0,0,1),l); draw((8,8,0)--(8,8,6)); draw((8,0,8)--(8,6,8)); draw((0,0,8)--(0,8,8)--(6,8,8)); draw(S--T--U--V--W--cycle); draw((0,0,1)--T--U--X--(0,2,2)--cycle); draw((0,1,0)--W--V--X--(0,2,2)--cycle); [/asy]](http://latex.artofproblemsolving.com/9/3/a/93acb653a29305960e8628a34f265727de9cbff1.png)
Set the coordinate system so that vertex , where the drilling starts, is at
. Using a little visualization (involving some similar triangles, because we have parallel lines) shows that the tunnel meets the bottom face (the xy plane one) in the line segments joining
to
, and
to
, and similarly for the other three faces meeting at the origin (by symmetry). So one face of the tunnel is the polygon with vertices (in that order),
, and the other two faces of the tunnel are congruent to this shape.
Observe that this shape is made up of two congruent trapezoids each with height and bases
and
. Together they make up an area of
. The total area of the tunnel is then
. Around the corner
we're missing an area of
, the same goes for the corner opposite
. So the outside area is
. Thus the the total surface area is
, and the answer is
.
See also
2001 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Last Question | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.