Difference between revisions of "1999 AIME Problems/Problem 15"
m (→Alternate Solution: ??? Tried to clarify "We thus arrive at a fairly simple system") |
|||
Line 18: | Line 18: | ||
Consider the diagram provided in the previous solution. We first note that the medial triangle has coordinates <math>(17, 0, 0)</math>, <math>(8, 12, 0)</math>, and <math>(25, 12, 0)</math>. We can compute the area of this triangle as <math>102</math>. Suppose <math>(x, y, z)</math> are the coordinates of the vertex of the resulting pyramid. Call this point <math>V</math>. Clearly, the height of the pyramid is <math>z</math>. The desired volume is thus <math>\frac{102z}{3} = 34z</math>. | Consider the diagram provided in the previous solution. We first note that the medial triangle has coordinates <math>(17, 0, 0)</math>, <math>(8, 12, 0)</math>, and <math>(25, 12, 0)</math>. We can compute the area of this triangle as <math>102</math>. Suppose <math>(x, y, z)</math> are the coordinates of the vertex of the resulting pyramid. Call this point <math>V</math>. Clearly, the height of the pyramid is <math>z</math>. The desired volume is thus <math>\frac{102z}{3} = 34z</math>. | ||
− | We note that when folding the triangle to form the pyramid, some side lengths must stay the same. In particular, <math>VR = RA</math>, <math>VP = PB</math>, and <math>VQ = QC</math>. We thus arrive at a fairly simple system of equations, yielding <math>z = 12</math>. The desired volume is thus <math>34 \times 12 = \boxed{408}</math>. | + | We note that when folding the triangle to form the pyramid, some side lengths must stay the same. In particular, <math>VR = RA</math>, <math>VP = PB</math>, and <math>VQ = QC</math>. We then use distance formula to find the distances from <math>V</math> to each of the vertices of the medial triangle. We thus arrive at a fairly simple system of equations, yielding <math>z = 12</math>. The desired volume is thus <math>34 \times 12 = \boxed{408}</math>. |
== See also == | == See also == |
Revision as of 14:54, 25 December 2013
Problem
Consider the paper triangle whose vertices are and
The vertices of its midpoint triangle are the midpoints of its sides. A triangular pyramid is formed by folding the triangle along the sides of its midpoint triangle. What is the volume of this pyramid?
Solution
![[asy]defaultpen(fontsize(9)+linewidth(0.63)); pair A=(0,0), B=(16,24), C=(34,0), P=(8,12), Q=(25,12), R=(17,0); draw(A--B--C--A);draw(P--Q--R--P); draw(A--foot(A,B,C));draw(B--foot(B,A,C));draw(C--foot(C,A,B)); label("\(A\)",A,SW);label("\(B\)",B,NW);label("\(C\)",C,SE); label("\(D\)",foot(A,B,C),NE);label("\(E\)",foot(B,A,C),SW);label("\(F\)",foot(C,A,B),NW);label("\(P\)",P,NW);label("\(Q\)",Q,NE);label("\(R\)",R,SE);[/asy]](http://latex.artofproblemsolving.com/8/b/c/8bca170a0544db80c5bdf360300276df0efcb5e9.png)
![[asy]import three; defaultpen(linewidth(0.6)); currentprojection=orthographic(1/2,-1,1/2); triple A=(0,0,0), B=(16,24,0), C=(34,0,0), P=(8,12,0), Q=(25,12,0), R=(17,0,0), S=(16,12,12); draw(A--B--C--A); draw(P--Q--R--P); draw(S--P..S--Q..S--R); draw(S--(16,12,0)); [/asy]](http://latex.artofproblemsolving.com/0/3/3/0334c5d9ccf52482e6d919c1ccf99cd120d73464.png)
Let ,
,
be the feet of the altitudes to sides
,
,
, respectively, of
.
The base of the tetrahedron is the orthocenter
of the large triangle, so we just need to find that, then it's easy from there.
To find the coordinates of , we need to find the intersection point of altitudes
and
. The equation of
is simply
.
is perpendicular to line
, so the slope of
is equal to the negative reciprocal of the slope of
.
has slope
, therefore
. These two lines intersect at
, so that's the base of the height of the tetrahedron.
Let be the foot of altitude
in
. From the Pythagorean Theorem,
. However, since
and
are, by coincidence, the same point,
and
.
The area of the base is , so the volume is
.
Alternate Solution
Consider the diagram provided in the previous solution. We first note that the medial triangle has coordinates ,
, and
. We can compute the area of this triangle as
. Suppose
are the coordinates of the vertex of the resulting pyramid. Call this point
. Clearly, the height of the pyramid is
. The desired volume is thus
.
We note that when folding the triangle to form the pyramid, some side lengths must stay the same. In particular, ,
, and
. We then use distance formula to find the distances from
to each of the vertices of the medial triangle. We thus arrive at a fairly simple system of equations, yielding
. The desired volume is thus
.
See also
1999 AIME (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.