GeometryDifficulty 6.1National OlympiadProve itUnited States
Problem: A plane P intersects a rectangular prism at a hexagon which has side lengths 45, 66, 63, 55, 54, and 77, in that order. Compute the distance from the center of the rectangular prism to P.
Solution
Solution 1: Translate P so that it contains the center. The intersection of the translated plane with the rectangular prism is a centrally symmetric hexagon. Let its side lengths be a, b, c, a, b, and c, in that order. Then, for some ta, tb, and tc, the side lengths of the hexagon before the translation were (a−ta,b+tb,c−tc,a+ta,b−tb,c+tc)=(45,66,63,55,54,77), from which it follows that ta=5, tb=6, and tc=7. Now, a translation of a plane can be written in one of three equivalent forms: it can be viewed as a translation in the x direction by a distance dx, a translation in the y direction by a distance dy, or a translation in the z direction by a distance dz (with coordinate axes chosen as shown below).
As shown above, we can express ta, tb, and tc in terms of dx, dy, and dz using the Pythagorean theorem, which yields ta=dy2+dz2, tb=dz2+dx2, and tc=dx2+dy2. Hence, (dx2,dy2,dz2)=(252+62−72,262+72−52,272+52−62)=(6,30,19). We can draw a right pyramid with legs dx, dy, and dz which has the center of the prism as a vertex with opposite face on P. Then, the height of this pyramid, or the distance from the center to P, is dx−2+dy−2+dz−21=6−1+30−1+19−11=2495;
Solution 2: Let the vertices of the hexagon be ABCDEF, where AB=45, BC=66, etc. Note that AB∥DE, BC∥EF, and CD∥FA. Let O be the center of the prism, and let M, N, and P be the midpoints of AD, BE, and CF, respectively.
The key observation is that MN is the midline between AB and DE. Hence, plane OMN is the midplane between the faces of the prism containing sides AB and DE. Similarly, planes OMP and ONP are the other two midplanes of the prism. Thus, OM, ON, and OP are mutually orthogonal.
Observe MN=2∣AB−DE∣=5,NP=2∣BC−EF∣=6,andPM=2∣CD−FA∣=7, so by Heron's formula, we can compute the area of MNP to be 9(9−5)(9−6)(9−7)=66.
Moreover, if x=OM, y=ON, and z=OP, then, x2+y2=52,y2+z2=62,andz2+x2=72. Solving this system of equations gives x=19, y=6, and z=30. Therefore, if d is the distance from O to plane MNP (i.e., the answer), the volume of tetrahedron OMNP can be written as 61⋅19⋅6⋅30=31⋅(66)⋅d, SO d=2⋅6619⋅6⋅30=2495.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.