AoPSWiki
Our Precalculus course starts on Dec. 4. Master trig, complex numbers, and vectors and matrices in 2 and 3 dimensions. Click here to enroll today!
Personal tools

1998 AIME Problems/Problem 11

From AoPSWiki

Problem

Three of the edges of a cube are \overline{AB}, \overline{BC}, and \overline{CD}, and \overline{AD} is an interior diagonal. Points P, Q, and R are on \overline{AB}, \overline{BC}, and \overline{CD}, respectively, so that AP = 5, PB = 15, BQ = 15, and CR = 10. What is the area of the polygon that is the intersection of plane PQR and the cube?

Contents

Solution

Solution 1

For non-asymptote version of image, see Image:1998_AIME-11.png

import three;size(280); defaultpen(linewidth(0.6)+fontsize(9));currentprojection=perspective(30,-60,40);triple A=(0,0,0),B=(2...

This approach uses analytical geometry. Let A be at the origin, B at (20,0,0), C at (20,0,20), and D at (20,20,20). Thus, P is at (5,0,0), Q is at (20,0,15), and R is at (20,10,20).

Let the plane PQR have the equation ax + by + cz = d. Using point P, we get that 5a = d. Using point Q, we get 20a + 15c = d \Longrightarrow 4d + 15c = d \Longrightarrow d = -5c. Using point R, we get 20a + 10b + 20c = d \Longrightarrow 4d + 10b - 4d = d \Longrightarrow d = 10b. Thus plane PQR’s equation reduces to \frac{d}{5}x + \frac{d}{10}y - \frac{d}{5}z = d \Longrightarrow 2x + y - 2z = 10.

We know need to find the intersection of this plane with that of z = 0, z = 20, x = 0, and y = 20. After doing a little bit of algebra, the intersections are the lines y = -2x + 10, y = -2x + 50, y = 2z + 10, and z = x + 5. Thus, there are three more vertices on the polygon, which are at (0,10,0)(0,20,5)(15,20,20).

We can find the lengths of the sides of the polygons now. There are many (4) right triangles with legs 5, 10, so their hypotenuses are 5\sqrt{5}. The other two are of 45-45-90 \triangles with legs of length 15, so their hypotenuses are 15\sqrt{2}. So we have a hexagon with sides 15\sqrt{2},5\sqrt{5}, 5\sqrt{5},15\sqrt{2}, 5\sqrt{5},5\sqrt{5} By symmetry, we know that opposite angles of the polygon are congruent. We can also calculate the length of the long diagonal by noting that it is of the same length of a face diagonal, making it 20\sqrt{2}.

size(190);pointpen=black;pathpen=black;real s=2^.5;pair P=(0,0),Q=(7.5*s,2.5*s),R=Q+(0,15*s),Pa=(0,20*s),Qa=(-Q.x,Q.y),Ra=(-R...

The height of the triangles at the top/bottom is \frac{20\sqrt{2} - 15\sqrt{2}}{2} = \frac{5}{2}\sqrt{2}. The Pythagorean Theorem gives that half of the base of the triangles is \frac{15}{\sqrt{2}}. We find that the middle rectangle is actually a square, so the total area is (15\sqrt{2})^2 + 4\left(\frac 12\right)\left(\frac 52\sqrt{2}\right)\left(\frac{15}{\sqrt{2}}\right) = 525.

Solution 2

First, note that whenever the plane intersects two opposite faces of the cube, the resulting line segments must be parallel. Because they are part of parallel planes (the faces), they must be either parallel or skew; they are both part of plane PQR, so they cannot be skew. Therefore, they are parallel.

Let the cube's vertices be A, B, C, D, E, F, G, and H, with A, B, and C on the bottom face as before, H being the other bottom vertex, D directly above C, E above B, F above A, and G above H.

Clearly, the next vertex of the intersection (starting with P, Q, R) will be somewhere on DG. Let it be X, and have a distance of x from D, and a distance of \displaystyle 20 - x from G.

Then, the next vertex will be somewhere on FG. It must be parallel to PQ, so this implies that it has a distance of \displaystyle 20 - x from G, and thus a distance of x from F.

Now, the next vertex (call it Y) will be somewhere on AF. The segment must be parallel to QR, so FY must have length 2x, and AY must be 20 - 2x.

Since \displaystyle DX \parallel AP, DR \parallel AY, and RX \parallel PY, we must have \displaystyle \triangle APY \displaystyle \sim \displaystyle \triangle \displaystyle DXR \displaystyle; therefore,

\displaystyle \frac{AP}{DX}=\frac{AY}{DR}
\frac{5}{x}=\frac{20-2x}{10}
\displaystyle x^{2}-10x+25=0

x=5

We can now find that the hexagon has side lengths \displaystyle \displaystyle 15\sqrt {2} \displaystyle \displaystyle, 5\sqrt {5}, 5\sqrt {5}, \displaystyle \displaystyle 15\sqrt {2} \displaystyle \displaystyle, 5\sqrt {5}, and 5\sqrt {5}. Moreover, opposite angles of this must be equal (by symmetry), so segment RY divides the hexagon into two isosceles trapezoids. It is easy to find the length of RY (they're midpoints of opposite edges, so the distance between the two points is equal to a face diagonal of the cube, or 20\sqrt {2}), so it is now easy to finish the problem. From here, we can continue as in the first solution.

See also

1998 AIME (ProblemsResources)
Preceded by
Problem 10
Followed by
Problem 12
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Add a glimpse of the Art of Problem Solving Forum to your own site!
Click here for details!
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us