Difference between revisions of "1998 AIME Problems/Problem 11"

(solution 2, credit to dts)
(Solution 1: replace with asymptote (3D!))
Line 5: Line 5:
 
== Solution ==
 
== Solution ==
 
=== Solution 1 ===
 
=== Solution 1 ===
[[Image:1998_AIME-11.png]]
+
<span style="font-size:50%">For non-asymptote version of image, see [[:Image:1998_AIME-11.png]]</span>
 +
<center><asy>
 +
import three;
 +
size(280); defaultpen(linewidth(0.6)+fontsize(9));
 +
currentprojection=perspective(30,-60,40);
 +
triple A=(0,0,0),B=(20,0,0),C=(20,0,20),D=(20,20,20);
 +
triple P=(5,0,0),Q=(20,0,15),R=(20,10,20),Pa=(15,20,20),Qa=(0,20,5),Ra=(0,10,0);
 +
draw(box((0,0,0),(20,20,20)));
 +
draw(P--Q--R--Pa--Qa--Ra--cycle,linewidth(0.7));
 +
label("\(A\,(0,0,0)\)",A,SW);
 +
label("\(B\,(20,0,0)\)",B,S);
 +
label("\(C\,(20,0,20)\)",C,SW);
 +
label("\(D\,(20,20,20)\)",D,E);
 +
label("\(P\,(5,0,0)\)",P,SW);
 +
label("\(Q\,(20,0,15)\)",Q,E);
 +
label("\(R\,(20,10,20)\)",R,E);
 +
label("\((15,20,20)\)",Pa,N);
 +
label("\((0,20,5)\)",Qa,W);
 +
label("\((0,10,0)\)",Ra,W);
 +
</asy></center>
  
This approach uses [[analytical geometry]]. Let <math>A</math> be at the origin, <math>B</math> at <math>(20,0,0)</math>, <math>C</math> at <math>(20,0,20)</math>, and <math>D</math> at <math>(20,20,20)</math>. Thus, <math>P</math> is at <math>\displaystyle (5,0,0)</math>, <math>Q</math> is at <math>(20,0,15)</math>, and <math>R</math> is at <math>\displaystyle (20,10,20)</math>.  
+
This approach uses [[analytical geometry]]. Let <math>A</math> be at the origin, <math>B</math> at <math>(20,0,0)</math>, <math>C</math> at <math>(20,0,20)</math>, and <math>D</math> at <math>(20,20,20)</math>. Thus, <math>P</math> is at <math>(5,0,0)</math>, <math>Q</math> is at <math>(20,0,15)</math>, and <math>R</math> is at <math>(20,10,20)</math>.  
  
Let the plane <math>PQR</math> have the equation <math>ax + by + cz = d</math>. Using point <math>P</math>, we get that <math>5a = d</math>. Using point <math>Q</math>, we get <math>20a + 15c = d \Longrightarrow 4d + 15c = d \Longrightarrow d = -5c</math>. Using point <math>R</math>, we get <math>\displaystyle 20a + 10b + 20c = d \Longrightarrow 4d + 10b - 4d = d \Longrightarrow d = 10b</math>. Thus plane <math>PQR</math>’s [[equation]] reduces to <math>\frac{d}{5}x + \frac{d}{10}y - \frac{d}{5}z = d \Longrightarrow 2x + y - 2z = 10</math>.
+
Let the plane <math>PQR</math> have the equation <math>ax + by + cz = d</math>. Using point <math>P</math>, we get that <math>5a = d</math>. Using point <math>Q</math>, we get <math>20a + 15c = d \Longrightarrow 4d + 15c = d \Longrightarrow d = -5c</math>. Using point <math>R</math>, we get <math>20a + 10b + 20c = d \Longrightarrow 4d + 10b - 4d = d \Longrightarrow d = 10b</math>. Thus plane <math>PQR</math>’s [[equation]] reduces to <math>\frac{d}{5}x + \frac{d}{10}y - \frac{d}{5}z = d \Longrightarrow 2x + y - 2z = 10</math>.
  
We know need to find the intersection of this plane with that of <math>z = 0</math>, <math>z = 20</math>, <math>x = 0</math>, and <math>\displaystyle y = 20</math>. After doing a little bit of algebra, the intersections are the lines <math>y = -2x + 10</math>, <math>y = -2x + 50</math>, <math>y = 2z + 10</math>, and <math>z = x + 5</math>. Thus, there are three more vertices on the polygon, which are at <math>(0,10,0)(0,20,5)(15,20,20)</math>.  
+
We know need to find the intersection of this plane with that of <math>z = 0</math>, <math>z = 20</math>, <math>x = 0</math>, and <math>y = 20</math>. After doing a little bit of algebra, the intersections are the lines <math>y = -2x + 10</math>, <math>y = -2x + 50</math>, <math>y = 2z + 10</math>, and <math>z = x + 5</math>. Thus, there are three more vertices on the polygon, which are at <math>(0,10,0)(0,20,5)(15,20,20)</math>.  
  
We can find the lengths of the sides of the polygons now. There are many (4) [[right triangle]]s with legs 5, 10, so their [[hypotenuse]]s are <math>5\sqrt{5}</math>. The other two are of <math>45-45-90 \triangle</math>s with legs of length 15, so their hypotenuses are <math>\displaystyle \displaystyle 15\sqrt{2} \displaystyle \displaystyle</math>. So we have a [[hexagon]] with sides <math>15\sqrt{2}, \displaystyle 5\sqrt{5}, 5\sqrt{5}, \displaystyle 15\sqrt{2}, 5\sqrt{5}, \displaystyle 5\sqrt{5}</math> 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 <math>20\sqrt{2}</math>.
+
We can find the lengths of the sides of the polygons now. There are many (4) [[right triangle]]s with legs 5, 10, so their [[hypotenuse]]s are <math>5\sqrt{5}</math>. The other two are of <math>45-45-90 \triangle</math>s with legs of length 15, so their hypotenuses are <math>15\sqrt{2}</math>. So we have a [[hexagon]] with sides <math>15\sqrt{2},5\sqrt{5}, 5\sqrt{5},15\sqrt{2}, 5\sqrt{5},5\sqrt{5}</math> 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 <math>20\sqrt{2}</math>.
  
[[Image:1998_AIME-11b.png]]
+
<center><asy>
 +
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.x,R.y);
 +
D(P--Q--R--Pa--Ra--Qa--cycle);D(R--Ra);D(Q--Qa);D(P--Pa);
 +
MP("15\sqrt{2}",(Q+R)/2,E);
 +
MP("5\sqrt{5}",(P+Q)/2,SE);
 +
MP("5\sqrt{5}",(R+Pa)/2,NE);
 +
MP("20\sqrt{2}",(P+Pa)/2,W);
 +
</asy></center> <!-- asymptote replaced Image:1998_AIME-11b.png by azjps -->
  
 
The height of the triangles at the top/bottom is <math>\frac{20\sqrt{2} - 15\sqrt{2}}{2} = \frac{5}{2}\sqrt{2}</math>. The [[Pythagorean Theorem]] gives that half of the base of the triangles is <math>\frac{15}{\sqrt{2}}</math>. We find that the middle [[rectangle]] is actually a [[square]], so the total area is <math>(15\sqrt{2})^2 + 4\left(\frac 12\right)\left(\frac 52\sqrt{2}\right)\left(\frac{15}{\sqrt{2}}\right) = 525</math>.
 
The height of the triangles at the top/bottom is <math>\frac{20\sqrt{2} - 15\sqrt{2}}{2} = \frac{5}{2}\sqrt{2}</math>. The [[Pythagorean Theorem]] gives that half of the base of the triangles is <math>\frac{15}{\sqrt{2}}</math>. We find that the middle [[rectangle]] is actually a [[square]], so the total area is <math>(15\sqrt{2})^2 + 4\left(\frac 12\right)\left(\frac 52\sqrt{2}\right)\left(\frac{15}{\sqrt{2}}\right) = 525</math>.

Revision as of 16:04, 24 April 2008

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?

Solution

Solution 1

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

[asy] import three; size(280); defaultpen(linewidth(0.6)+fontsize(9)); currentprojection=perspective(30,-60,40); triple A=(0,0,0),B=(20,0,0),C=(20,0,20),D=(20,20,20); triple P=(5,0,0),Q=(20,0,15),R=(20,10,20),Pa=(15,20,20),Qa=(0,20,5),Ra=(0,10,0); draw(box((0,0,0),(20,20,20))); draw(P--Q--R--Pa--Qa--Ra--cycle,linewidth(0.7)); label("\(A\,(0,0,0)\)",A,SW); label("\(B\,(20,0,0)\)",B,S); label("\(C\,(20,0,20)\)",C,SW); label("\(D\,(20,20,20)\)",D,E); label("\(P\,(5,0,0)\)",P,SW); label("\(Q\,(20,0,15)\)",Q,E); label("\(R\,(20,10,20)\)",R,E); label("\((15,20,20)\)",Pa,N); label("\((0,20,5)\)",Qa,W); label("\((0,10,0)\)",Ra,W); [/asy]

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 \triangle$s 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}$.

[asy] 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.x,R.y); D(P--Q--R--Pa--Ra--Qa--cycle);D(R--Ra);D(Q--Qa);D(P--Pa); MP("15\sqrt{2}",(Q+R)/2,E); MP("5\sqrt{5}",(P+Q)/2,SE); MP("5\sqrt{5}",(R+Pa)/2,NE); MP("20\sqrt{2}",(P+Pa)/2,W); [/asy]

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 (ProblemsAnswer KeyResources)
Preceded by
Problem 10
Followed by
Problem 12
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions