A point P in R 3 has distances of 3 , 7 , 9 , 1 1 (not necessarily in that order) from the base vertices of a square-based pyramid with all edges equal to s . The distance of point P to the apex of the pyramid is e . The maximum value of e can be expressed as a + b c and its minimum as a − b c , where a , b , c are positive integers and c is square-free. Find the value of a + b + c .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let A ( 0 , 2 s , 0 ) , B ( 2 s , 0 , 0 ) , C ( 0 , − 2 s , 0 ) , D ( − 2 s , 0 , 0 ) be vertices of the pyramid's base, E ( 0 , 0 , 2 s ) the pyramid's apex, P ( x , y , z ) the point in space, A P = 7 , B P = 3 , C P = 9 , D P = 1 1 , e = E P .
Equations for the distances A P , B P , C P , D P , E P can be manipulated to get a single equation
6 4 ( − 5 3 x ⁴ + 3 1 8 5 x ² − 3 8 4 1 6 ) − ( x ² e ² − 6 5 x ² ) ² = 0
Ignoring negative values of e we find that minimum value of e is 6 5 − 7 1 7 and maximum is 6 5 + 7 1 7 .
a = 6 5 , b = 7 , c = 1 7 . The rounded values are 6 . 0 1 1 5 for minimum and 9 . 6 8 8 2 for maximum.
Problem Loading...
Note Loading...
Set Loading...
If the coordinates of P are ( x , y , z ) and the numbers 3 , 7 , 9 , 1 1 are d 1 , d 2 , d 3 , d 4 in some order, then ( x − 2 1 s ) 2 + ( y − 2 1 s ) 2 + z 2 ( x + 2 1 s ) 2 + ( y + 2 1 s ) 2 + z 2 = = d 1 2 d 3 2 ( x + 2 1 s ) 2 + ( y − 2 1 s ) 2 + z 2 ( x − 2 1 s ) 2 + ( y + 2 1 s ) 2 + z 2 = = d 2 2 d 4 2 Subtracting these equations in pairs, we see that
2 x s = d 2 2 − d 1 2 = d 3 2 − d 4 2 2 y s = d 4 2 − d 1 2 = d 3 2 − d 2 2
and this can only happen if d 1 2 + d 3 2 = d 2 2 + d 4 2 , so we have d 1 = 3 , d 2 = 7 , d 3 = 1 1 , d 4 = 9 , without loss of generality. Thus x = 2 0 s − 1 and y = 3 6 s − 1 , and so we have ( 2 0 s − 1 − 2 1 s ) 2 + ( 3 6 s − 1 − 2 1 s ) 2 + z 2 1 6 9 6 s − 2 + 2 1 s 2 + z 2 = = 9 6 5 while the distance e from P to the vertex ( 0 , 0 , 2 1 s ) satisfes e 2 = = x 2 + y 2 + ( z − 2 1 s ) 2 = x 2 + y 2 + z 2 + 2 1 s 2 − s z 2 1 6 9 6 s − 2 + 2 1 s 2 + z 2 − s z 2 = 6 5 − s z 2 Now 3 3 9 2 + s 4 + 2 s 2 z 2 ( s 2 − 6 5 ) 2 + 2 s 2 z 2 2 s 2 z 2 = = = 1 3 0 s 2 8 3 3 8 3 3 − ( s 2 − 6 5 ) 2 ≤ 8 3 3 so that ∣ s z 2 ∣ ≤ 8 3 3 = 7 1 7 , and hence 6 5 − 7 1 7 ≤ e ≤ 6 5 + 7 1 7 making the answer 6 5 + 7 + 1 7 = 8 9 .