AIME 2026 II · 第 12 题
AIME 2026 II — Problem 12
题目详情
Problem
Consider a tetrahedron with two isosceles triangle faces with side lengths and and two isosceles triangle faces with side lengths and The four vertices of the tetrahedron lie on a sphere with center and the four faces of the tetrahedron are tangent to a sphere with center The distance can be written as where and are relatively prime positive integers. Find
解析
Solution 1

We place the tetrahedron in a coordinate system by symmetry:
Given , we have \begin{align*} AC^2 &= 5^2 + 9^2 + h^2 = 250, \\ h^2 &= 144 \implies h = 12. \end{align*} So the vertices are
By symmetry, the circumcenter lies on the -axis. Let . Using : \begin{align*} SA^2 &= 25 + a^2, \\ SC^2 &= 81 + (12-a)^2, \\ 25 + a^2 &= 225 - 24a + a^2, \\ 24a &= 200 \implies a = \frac{25}{3}. \end{align*} Thus
By symmetry, the incenter lies on the -axis. Let .
Vectors for plane :
Normal vector by cross product: \begin{align*} \mathbf{n}_1 &= \overrightarrow{AB}\times\overrightarrow{AC} = \begin{vmatrix}\mathbf{i}&\mathbf{j}&\mathbf{k}\\10&0&0\\5&9&12\end{vmatrix} \\ &= \mathbf{i}(0\cdot12-0\cdot9) -\mathbf{j}(10\cdot12-0\cdot5) +\mathbf{k}(10\cdot9-0\cdot5) \\ &= 0\mathbf{i}-120\mathbf{j}+90\mathbf{k} = 30\begin{pmatrix}0\\-4\\3\end{pmatrix}. \end{align*} We get the equation of the plane:
Distance from to plane :
Vectors for plane :
Normal vector by cross product: \begin{align*} \mathbf{n}_2 &= \overrightarrow{AC}\times\overrightarrow{AD} = \begin{vmatrix}\mathbf{i}&\mathbf{j}&\mathbf{k}\\5&9&12\\5&-9&12\end{vmatrix} \\ &= \mathbf{i}(9\cdot12-12\cdot(-9)) -\mathbf{j}(5\cdot12-12\cdot5) +\mathbf{k}(5\cdot(-9)-9\cdot5) \\ &= 216\mathbf{i}-0\mathbf{j}-90\mathbf{k} = 18\begin{pmatrix}12\\0\\-5\end{pmatrix}. \end{align*} We get the equation of the plane:
Distance from to plane :
We set : \begin{align*} \frac{3b}{5} &= \frac{60-5b}{13}, \\ 39b &= 300-25b, \\ 64b &= 300 \implies b = \frac{75}{16}. \end{align*} Thus
Hence, the distance is: \begin{align*} RS &= \left|\frac{25}{3}-\frac{75}{16}\right| = \left|\frac{400-225}{48}\right| = \frac{175}{48}. \end{align*} Since , we have , .
~Steven Zheng
Solution 2

~Diagram by Confringo


Choose face as the base. Let be the midpoint of as the origin, with along the positive -axis, along the positive -axis, and the line through perpendicular to plane as the -axis.
First, find the coordinates of point . Due to the symmetry of the figure, plane is the -plane. Let be the projection of onto . Let and . Then
Solving this system yields and , so .
Next, find the circumcenter. The center of the circumscribed sphere lies on the line perpendicular to the base through the circumcenter of the base triangle. Here . We need a point on such that . Let , then . In right triangle , by the Pythagorean theorem,
which gives , so (the -coordinate of ). Let . Then , so
Solving gives , so .
Now find the incenter. By volume considerations: connecting each vertex to the incenter divides the tetrahedron into four smaller tetrahedra, each with height equal to the insphere radius and base area equal to the area of a face of the tetrahedron. Their volumes sum to the total volume of the tetrahedron.
The areas of the two types of faces are and . The height from to base is . Volume equation:
Solving gives . Thus .
By symmetry, the incenter also lies in the -plane. Let be the projection of onto . Then . So
Thus .
Finally, and . By the Pythagorean theorem, the distance is
Since and are coprime, and . Hence .
~Confringo
Solution 3 (no coordinates)
We let be the side of length and of length . Call midpoints of side and as and . The faces of our tetrahedron are isosceles triangle so and , along with and . By symmetry we know both and locate on the segment .

For the position of , we set . By isosceles we also have so the plane is perpendicular to the place . The distance from to the plance is the same as the distance between and the line . The same happens for the distance between and the line . In the triangle , we know . Then in the triangle . Draw altitude from to and call the foot as . We get so . In , we also use and similar triangles to get the distance between and is . The two distances are equal so and .

For the position of , we set . In we know . In we know . Setting we solve .
In summary, so .
~figures are based on the ones from Confringo.
~lanouzhihun