返回题库

AIME 1998 · 第 10 题

AIME 1998 — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Eight spheres of radius 100 are placed on a flat surface so that each sphere is tangent to two others and their centers are the vertices of a regular octagon. A ninth sphere is placed on the flat surface so that it is tangent to each of the other eight spheres. The radius of this last sphere is a+bc,a +b\sqrt {c}, where a,b,a, b, and cc are positive integers, and cc is not divisible by the square of any prime. Find a+b+ca + b + c.

解析

Solution 1

The key is to realize the significance that the figures are spheres, not circles. The 2D analogue of the diagram onto the flat surface will not contain 8 circles tangent to a ninth one; instead the circles will overlap since the middle sphere has a larger radius and will sort of “bulge” out.

AIME diagram

Let us examine the relation between one of the outside 8 spheres and the center one (with radius rr):

AIME diagram

If we draw the segment containing the centers and the radii perpendicular to the flat surface, we get a trapezoid; if we draw the segment parallel to the surface that connects the center of the smaller sphere to the radii of the larger, we get a right triangle. Call that segment xx. Then by the Pythagorean Theorem:

x2+(r100)2=(r+100)2x=20rx^2 + (r-100)^2 = (r+100)^2 \Longrightarrow x = 20\sqrt{r} AIME diagram

xx is the distance from one of the vertices of the octagon to the center, so the diagonal of the octagon is of length 2x=40r2x =40\sqrt{r}. We can draw another right triangle as shown above. One leg has a length of 200200. The other can be found by partitioning the leg into three sections and using 45459045-45-90 \triangles to see that the leg is 1002+200+1002=200(2+1)100\sqrt{2} + 200 + 100\sqrt{2} = 200(\sqrt{2} + 1). Pythagorean Theorem:

(40r)2=2002+[200(2+1)]21600r=2002[(1+2)2+1]r=100+502\begin{aligned} (40\sqrt{r})^2 &=& 200^2 + [200(\sqrt{2}+1)]^2\\ 1600r &=& 200^2[(1 + \sqrt{2})^2 + 1] \\ r &=& 100 + 50\sqrt{2} \end{aligned} Thus a+b+c=100+50+2=152a + b + c = 100 + 50 + 2 = \boxed{152}.

Solution 2

Isolate a triangle, with base length 200200 (a side of the octagon). This triangle is obviously isoceles. Denote the other side length as xx. Since the interior angle is 4545 degrees (due to the shape being an octagon), then we can apply Law of Cosines to this triangle. We get:

2002=2x22x2cos(45)=2x22x222=(22)x2\begin{aligned} 200^2 &=& 2x^2 - 2x^2*cos(45^\circ) \\ &=& 2x^2 - 2x^2*\frac{\sqrt{2}}{2} \\ &=& (2-\sqrt{2})x^2 \end{aligned} And thus

x=20022x = \frac{200}{\sqrt{2-\sqrt{2}}} From the above, x=20rx = 20\sqrt{r}, so we get

r=(20020(22))2=(1022))22+22+2=200+10022=100+502\begin{aligned} r &=& (\frac{200}{20(\sqrt{2-\sqrt{2}})})^2 \\ &=& (\frac{10}{\sqrt{2-\sqrt{2}})})^2 \cdot \frac{2+\sqrt{2}}{2+\sqrt{2}} \\ &=& \frac{200 + 100\sqrt{2}}{2} \\ &=& 100 + 50\sqrt{2} \end{aligned} And hence the answer is 100+50+2=152100+50+2 = \boxed{152}