A tripod has three legs each of length 5 feet. When the tripod is set up, the angle between any pair of legs is equal to the angle between any other pair, and the top of the tripod is 4 feet from the ground. In setting up the tripod, the lower 1 foot of one leg breaks off. Let h be the height in feet of the top of the tripod from the ground when the broken tripod is set up. Then h can be written in the form nm, where m and n are positive integers and n is not divisible by the square of any prime. Find ⌊m+n⌋. (The notation ⌊x⌋ denotes the greatest integer that is less than or equal to x.)
解析
Solution 1
We will use [...] to denote volume (four letters), area (three letters) or length (two letters).
Let T be the top of the tripod, A,B,C are end points of three legs. Let S be the point on TA such that [TS]=4 and [SA]=1. Let O be the center of the base equilateral triangle ABC. Let M be the midpoint of segment BC. Let h be the distance from T to the triangle SBC (h is what we want to find).
We have the volume ratio [TABC][TSBC]=[TA][TS]=54.
So [TO]⋅[ABC]h⋅[SBC]=54.
We also have the area ratio [ABC][SBC]=[AM][SM].
The triangle TOA is a 3−4−5 right triangle so [AM]=23⋅[AO]=29 and cos∠TAO=53.
Applying Law of Cosines to the triangle SAM with [SA]=1, [AM]=29 and cos∠SAM=53, we find:
We note that AO=3. From this we can derive that the side length of the equilateral is 33. We now use 3D coordinate geometry.
A=(0,0,0)B=(33,0,0)C=(233,29,0)T=(233,23,4)S=(1033,103,54)
We know three points of plane SCB hence we can write out the equation for the plane. Plane SCB can be expressed as
43x+4y+39z−36=0.
Applying the distance between a point and a plane formula.
a2+b2+c2ax+by+cz+d=(43)2+42+39243⋅233+4⋅23+39⋅4−36=1585144⌊m+n⌋=⌊144+1585⌋=183
Solution by SimonSun
Solution 3 (Cosine Law & Pythagorean Bash)
Diagram borrowed from Solution 1
Apply Pythagorean Theorem on △TOB yields
BO=TB2−TO2=3
Since △ABC is equilateral, we have ∠MOB=60∘ and
BC=2BM=2(OBsinMOB)=33
Apply Pythagorean Theorem on △TMB yields
TM=TB2−BM2=52−(233)2=273
Apply Law of Cosines on △TBC we have
BC2=TB2+TC2−2(TB)(TC)cosBTC(33)2=52+52−2(5)2cosBTCcosBTC=5023
Apply Law of Cosines on △STB using the fact that ∠STB=∠BTC we have
SB2=ST2+BT2−2(ST)(BT)cosSTBSB=42+52−2(4)(5)cosBTC=5565
Apply Pythagorean Theorem on △BSM yields
SM=SB2−BM2=101585
Let the perpendicular from T hits SBC at P. Let SP=x and PM=101585−x. Apply Pythagorean Theorem on TSP and TMP we have
TP2=TS2−SP2=TM2−PM242−x2=(273)2−(101585−x)2
Cancelling out the x2 term and solving gets x=21585181.