Problem:
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 A,B, and C be the vertices of the base triangle so that AB=AC=20 and BC=24. Let D be the fourth vertex of the pyramid, P the foot of the altitude of the pyramid from D to its base, and M the midpoint of side BC. By symmetry, P lies on AM. By the Pythagorean Theorem, AM=202β122β=16 and DM2=252β122=481. Then AP2+DP2=252 and (16βAP)2+DP2=DM2=481. Thus
AP2+DP2β((16βAP)2+DP2)=625β481=144
and so 32(AP)β256=144. Solving for AP yields AP=225β. Therefore DP=625β(225β)2β=225β3β, and the volume of the pyramid is 31ββ 225β3ββ 21ββ 24β 16=8003β. The requested sum is 800+3=803β.