Problem:
A cube with side length 10 is suspended above a plane. The vertex closest to the plane is labeled A. The three vertices adjacent to vertex A are at heights 10,11, and 12 above the plane. The distance from vertex A to the plane can be expressed as trβsββ, where r,s, and t are positive integers. Find r+s+t.
Solution:
Let the vertices of heights 10,11, and 12 above the plane be labeled B, C, and D, respectively. Note that these vertices are the vertices of an equilateral triangle with side length 102β. Set up a coordinate system where the given plane is the graph of z=β10,B is at (0,0,0),C is at (7,1023ββ,1), and D is at (14,0,2). Suppose vertex A is at (x,y,z). Because A is a distance 10 from vertex B, it follows that x2+y2+z2=100. Because the vectors from B to A,C to A, and D to A are mutually perpendicular, their dot products are all zero, or (x,y,z)β (xβ14,y,zβ2)= 0 and (x,y,z)β (xβ7,yβ1023ββ,zβ1)=0. Thus 14x+2z=100 and 7x+1023ββy+z=100. These equations yield 7x+z=50 and y=532ββ. Substituting x=750βzβ and y=532ββ into x2+y2+z2=100 and simplifying yields the quadratic equation 3z2β6zβ95=0. This equation has solutions z=33Β±294ββ. Because the plane is at z=β10 and vertex A lies below the xy plane, it follows that vertex A is at a height 10+33β294ββ=333β294ββ. The requested sum is therefore 33+294+3=330β.
Note that the vertex A is at a height of about 5.2845 above the plane.