A pyramid has a triangular base with side lengths 20, 20, and 24. The three edges of the pyramid from the three corners of the base to the fourth vertex of the pyramid all have length 25. The volume of the pyramid is mn, where m and n are positive integers, and n is not divisible by the square of any prime. Find m+n.
解析
Solution
Let the triangular base be △ABC, with AB=24. We find that the altitude to side AB is 16, so the area of △ABC is (24∗16)/2=192.
Let the fourth vertex of the tetrahedron be P, and let the midpoint of AB be M. Since P is equidistant from A, B, and C, the line through P perpendicular to the plane of △ABC will pass through the circumcenter of △ABC, which we will call O. Note that O is equidistant from each of A, B, and C. Then,
OM+OC=CM=16
Let OM=d. Then OC=OA=d2+122. Equation (1):
d+d2+144=16
Squaring both sides, we have
d2+144+2dd2+144+d2=2562d2+2dd2+144=1122d(d+d2+144)=112
Substituting with equation (1):
2d(16)=112d=7/2
We now find that d2+144=25/2.
Let the distance OP=h. Using the Pythagorean Theorem on triangle AOP, BOP, or COP (all three are congruent by SSS):
252=h2+(25/2)2625=h2+625/41875/4=h2253/2=h
Finally, by the formula for volume of a pyramid,
V=Bh/3V=(192)(253/2)/3
This simplifies to V=8003, so m+n=803.
NOTE : If you don’t know or remember the formula for the volume of a triangular pyramid, you can derive it using calculus as follows :
Take a small triangular element in the pyramid. We know that it’s area is proportional to the height from the vertex to the base. Hence, we know that AAsmallelement=H2h2⟹Asmallelement=H2Ah2. Now integrate it taking the limits 0 to H
Shortcut
Here is a shortcut for finding the radius R of the circumcenter of △ABC.
As before, we find that the foot of the altitude from P lands on the circumcenter of △ABC. Let BC=a, AC=b, and AB=c. Then we write the area of △ABC in two ways:
[ABC]=21⋅24⋅16=4Rabc
Plugging in 20, 20, and 24 for a, b, and c respectively, and solving for R, we obtain R=225=OA=OB=OC.
Then continue as before to use the Pythagorean Theorem on △AOP, find h, and find the volume of the pyramid.
Another Shortcut (Extended Law of Sines)
Take the base △ABC, where AB=BC=20 and AC=24. Draw an altitude from B to AC that bisects AC at point D. Then the altitude has length 202−122=162=16. Next, let ∠BCA=θ. Then from the right triangle △BDC, sinθ=4/5. From the extended law of sines, the circumradius is 20⋅45⋅21=225.
Solution 2 (Coordinates)
We can place a three dimensional coordinate system on this pyramid. WLOG assume the vertex across from the line that has length 24 is at the origin, or (0,0,0). Then, the two other vertices can be (−12,−16,0) and (12,−16,0). Let the fourth vertex have coordinates of (x,y,z). We have the following 3 equations from the distance formula.
x2+y2+z2=625(x+12)2+(y+16)2+z2=625(x−12)2+(y+16)2+z2=625
Adding the last two equations and substituting in the first equation, we get that y=−225. If you drew a good diagram, it should be obvious that x=0. Now, solving for z, we get that z=2253. So, the height of the pyramid is 2253. The base is equal to the area of the triangle, which is 21⋅24⋅16=192. The volume is 31⋅192⋅2253=8003. Thus, the answer is 800+3=803.
-RootThreeOverTwo
Solution 3 (Heron's Formula)
Label the four vertices of the tetrahedron and the midpoint of AB, and notice that the area of the base of the tetrahedron, △ABC, equals 192, according to Solution 1.
Notice that the altitude of △CPM from CM to point P is the height of the tetrahedron. Side PM is can be found using the Pythagorean Theorem on △APM, giving us PM=481.
Using Heron's Formula, the area of △CPM can be written as
241+481(241+481−16)(241+481−25)(241+481−481)=4(41+481)(9+481)(−9+481)(41−481)
Notice that both (41+481)(41−481) and (9+481)(−9+481) can be rewritten as differences of squares; thus, the expression can be written as
4(412−481)(481−92)=4480000=1003.
From this, we can determine the height of both △CPM and tetrahedron ABCP to be 81003; therefore, the volume of the tetrahedron equals 81003⋅192=8003; thus, m+n=800+3=803.