返回题库

AIME 2026 I · 第 12 题

AIME 2026 I — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Triangle ABC\triangle ABC lies in plane P\mathcal{P} with AB=6AB=6, AC=4AC=4, and BAC=90\angle BAC=90^{\circ}. Let DD be the reflection across BC\overline{BC} of the centroid of ABC\triangle ABC. Four spheres, all on the same side of P\mathcal{P}, have radii 11, 22, 33, and rr and are tangent to P\mathcal{P} at points AA, BB, CC, and DD, respectively. The four spheres are also each tangent to a second plane T\mathcal{T} and are all on the same side of T\mathcal{T}. The value of rr can be written as mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution 1 (5 min Coordbash)

In plane PP let AA be the origin and point BB be (6,0)(6,0) and CC be (0,4)(0,4). We see that the centroid is point (2,43)\left(2, \frac{4}{3}\right). Consequently, the line that is perpendicular to BCBC passing through the centroid is y=32(x2)+43y= \frac{3}{2} (x - 2) + \frac{4}{3}. This intersects BCBC at (3413,8839)\left(\frac{34}{13}, \frac{88}{39}\right). Thus, D=(4213,12439)D= \left(\frac{42}{13}, \frac{124}{39}\right). We see that the centers of the spheres are (0,0,1)(0,0,1), (6,0,2)(6,0, 2), (0,4,3)(0,4,3), (4213,12439,r)\left(\frac{42}{13}, \frac{124}{39}, r\right). The condition about tangent planes show that the four centers are coplanar. By some easy linear algebra and cross product calculations, we obtain that the plane is x3y+6z=6-x - 3y + 6z = 6. Plugging in the coordinates of DD, we find that r=z=12239r=z= \frac{122}{39} so the sum is 122+39=161122 + 39 = \boxed{161}.

~Ddk001

made the parentheses bigger ~math_cool123

Solution 2 (Coordbash using Tangency Condition)

Begin by imposing a coordinate system where point AA is at (0,0)(0,0), point BB is at (6,0)(6,0), and point CC is at (0,4)(0,4). Then the centroid is G=(63,43)=(2,43)G=\left(\frac{6}{3},\frac{4}{3}\right)=\left(2,\frac{4}{3}\right).

Consider the sphere tangent to point AA. Its center, denoted AA', will be at (0,0,1)(0,0,1) as it has a radius of 11 and will therefore be a distance of 11 from point AA. Similarly, our other spheres will have centers (6,0,2)(6,0,2) and (0,4,3)(0,4,3) at points BB and CC, respectively. We will also denote the centers of the spheres tangent to points BB and CC as BB' and CC', respectively.

Now, consider the additional plane which is tangent to all the spheres. The center of the sphere at AA will be a distance of 11 (its radius) from this plane. Similarly, the center of the sphere at BB will be a distance of 22, and the center of the sphere at CC will be a distance of 33 from this plane. Say our additional plane has equation ax+by+cz+d=0ax+by+cz+d=0, and WLOG, a2+b2+c2=1a^2+b^2+c^2=1. Then, by the point-to-plane distance formula, we get

c+d=1c+d=1 from AA', 6a+2c+d=26a+2c+d=2 from BB', and 4b+3c+d=34b+3c+d=3 from CC'. Solving this system, we get d=3623d=\frac{36}{23}, c=1323c=-\frac{13}{23}, b=1823b=\frac{18}{23}, and a=623a=\frac{6}{23}. Therefore, the equation of our plane is 6x+18y13z+36=06x+18y-13z+36=0 as we scaled up by a factor of 2323.

Now, we must find DD, the result of reflecting GG over BCBC. Line BCBC has equation 2x+3y=122x+3y=12, so reflecting gives D=(4213,12439)D=\left(\frac{42}{13},\frac{124}{39}\right). Now, D=(12639,12439,r)D'=\left(\frac{126}{39},\frac{124}{39},r\right), and it also has a distance of rr from the plane 6x+18y13z+36=06x+18y-13z+36=0. By the point-to-plane distance formula, we get 6(12639)+18(12439)13r+3623=r\frac{6(\frac{126}{39})+18(\frac{124}{39})-13r+36}{23}=r.

Thus, 29883913r+36=23r\frac{2988}{39}-13r+36=23r, so 298839+36=36r\frac{2988}{39}+36=36r, and r=12239r=\frac{122}{39}, giving a requested answer of 161\boxed{161}.

~pl246631

Solution 3 (Slightly more Efficient)

Notice that spheres can be replaced with heights from A,B,C,DA,B,C,D with lengths 1,2,3,r1,2,3,r. This is because planes are flat and increase linearly based on moving up or right. Now we determine the coordinates of DD. To start off, assign coordinates as follows:

A=(0,0)A=(0,0) B=(0,6)B=(0,6) C=(4,0)C=(4,0) Note that the centroid is the average of the 33 coordinates of A,B,CA,B,C:

G=(43,2)G=\left(\frac{4}{3},2\right) The equation of BCBC is:

y=32x+6y=-\frac{3}{2}x+6 The projection of GG to BCBC is the intersection of the following lines:

y=32x+6y=-\frac{3}{2}x+6 y=23x+109y=\frac{2}{3}x+\frac{10}{9} This intersection increases the xx coordinate by 1112\tfrac{11}{12}. Now we find how much our radius increases when increasing the xx and yy by 11. Notice that AC=4AC=4 and the incerase is 22, therefore every 11 added to the xx coordinate increases the radius by 12\tfrac{1}{2}. Similarly, every increase in the yy coordinate increases the radius by 16\tfrac{1}{6}. The radius of the centroid is 1+2+33=2\tfrac{1+2+3}{3}=2. Therefore our radius is:

r=2+2121312+212132316=12239r=2+2\cdot\frac{12}{13}\cdot\frac{1}{2}+2\cdot\frac{12}{13}\cdot\frac{2}{3}\cdot\frac{1}{6}=\frac{122}{39} This gives us 161\boxed{161}.

~ zhenghua

Solution 4

Try to find that line of intersection of the 2 planes. If we look from a "sideways" perspective of the 2 planes, we would see this:

Set a coordinate system with points AA,BB,CC

A=(0,0)A=(0,0) B=(6,0)B=(6,0) C=(0,4)C=(0,4)

AIME diagram

By similar triangles, we discovered that the distances from the line of intersection to the 3 bottom points of the spheres have same ratios as their radius. So, in simple words, we are trying to find a line that has distances with ratios of 1:2:31:2:3, corresponding to points AA,BB,CC.

AIME diagram

We discovered that this line passes through (2,0)(-2,0) and is actually parallel to the midline of ABC\triangle ABC from point BB. The line is

x+3y+6=0x+3y+6=0 We get that the centroid of the triangle should be G(2,43)G(2,\frac{4}{3}), flipping it across BCBC makes D(4213,12439)D(\frac{42}{13},\frac{124}{39}). Its distance compared to the distance of AA to the intersection line gives us our desired radius. So 4213+312439+66=12239\frac{\left|\frac{42}{13}+3\cdot\frac{124}{39}+6\right|}{6} = \frac{122}{39}, giving us 161\boxed{161}.

~cassphe