返回题库

AIME 1998 · 第 11 题

AIME 1998 — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

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

解析

Solution 1

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

AIME diagram

This approach uses analytic geometry. Let AA be at the origin, BB at (20,0,0)(20,0,0), CC at (20,0,20)(20,0,20), and DD at (20,20,20)(20,20,20). Thus, PP is at (5,0,0)(5,0,0), QQ is at (20,0,15)(20,0,15), and RR is at (20,10,20)(20,10,20).

Let the plane PQRPQR have the equation ax+by+cz=dax + by + cz = d. Using point PP, we get that 5a=d5a = d. Using point QQ, we get

20a+15c=d4d+15c=dd=5c20a + 15c = d \Longrightarrow 4d + 15c = d \Longrightarrow d = -5c Using point RR, we get

20a+10b+20c=d4d+10b4d=dd=10b20a + 10b + 20c = d \Longrightarrow 4d + 10b - 4d = d \Longrightarrow d = 10b Thus plane PQRPQR’s equation reduces to

d5x+d10yd5z=d2x+y2z=10\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=0z = 0, z=20z = 20, x=0x = 0, and y=20y = 20. After doing a little bit of algebra, the intersections are the lines

y=2x+10y = -2x + 10 y=2x+50y = -2x + 50 y=2z+10y = 2z + 10 z=x+5z = x + 5 Thus, there are three more vertices on the polygon, which are at (0,10,0)(0,20,5)(15,20,20)(0,10,0)(0,20,5)(15,20,20).

We can find the lengths of the sides of the polygons now. There are 4 right triangles with legs of length 5 and 10, so their hypotenuses are 555\sqrt{5}. The other two are of 45459045-45-90 \triangles with legs of length 15, so their hypotenuses are 15215\sqrt{2}. So we have a hexagon with sides 152,55,55,152,55,5515\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 20220\sqrt{2}.

AIME diagram

The height of the triangles at the top/bottom is 2021522=522\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 152\frac{15}{\sqrt{2}}. We find that the middle rectangle is actually a square, so the total area is (152)2+4(12)(522)(152)=525(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 PQRPQR, so they cannot be skew. Therefore, they are parallel.

Let the cube's vertices be AA, BB, CC, DD, EE, FF, GG, and HH, with AA, BB, and CC on the bottom face as before, HH being the other bottom vertex, DD directly above CC, EE above BB, FF above AA, and GG above HH.

Clearly, the next vertex of the intersection (starting with PP, QQ, RR) will be somewhere on DGDG. Let it be XX, and have a distance of xx from D, and a distance of 20x20 - x from GG.

Then, the next vertex will be somewhere on FGFG. It must be parallel to PQPQ, so this implies that it has a distance of 20x20 - x from GG, and thus a distance of xx from FF.

Now, the next vertex (call it YY) will be somewhere on AFAF. The segment must be parallel to QRQR, so FYFY must have length 2x2x, and AYAY must be 202x20 - 2x.

Since DXAPDX \parallel AP, DRAYDR \parallel AY, and RXPYRX \parallel PY, we must have APYDXR\triangle{APY} \sim \triangle{DXR}; therefore,

APDX=AYDR\frac{AP}{DX}=\frac{AY}{DR} 5x=202x10\frac{5}{x}=\frac{20-2x}{10} x210x+25=0x^{2}-10x+25=0 x=5x=5 We can now find that the hexagon has side lengths 15215\sqrt {2}, 555\sqrt {5}, 555\sqrt {5}, 15215\sqrt {2}, 555\sqrt {5}, and 555\sqrt {5}. Moreover, opposite angles of this must be equal (by symmetry), so segment RYRY divides the hexagon into two isosceles trapezoids. It is easy to find the length of RYRY (they're midpoints of opposite edges, so the distance between the two points is equal to a face diagonal of the cube, or 20220\sqrt {2}), so it is now easy to finish the problem. From here, we can continue as in the first solution.