返回题库

AIME 1984 · 第 6 题

AIME 1984 — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Three circles, each of radius 33, are drawn with centers at (14,92)(14, 92), (17,76)(17, 76), and (19,84)(19, 84). A line passing through (17,76)(17,76) is such that the total area of the parts of the three circles to one side of the line is equal to the total area of the parts of the three circles to the other side of it. What is the absolute value of the slope of this line?

解析

Solution 1

AIME diagram

The line passes through the center of the bottom circle; hence it is the circle's diameter and splits the circle into two equal areas. For the rest of the problem, we do not have to worry about that circle.

Draw the midpoint of AC\overline{AC} (the centers of the other two circles), and call it MM. If we draw the feet of the perpendiculars from A,CA,C to the line (call E,FE,F), we see that AEMCFM\triangle AEM\cong \triangle CFM by ASA congruency; hence MM lies on the line. The coordinates of MM are (19+142,84+922)=(332,88)\left(\frac{19+14}{2},\frac{84+92}{2}\right) = \left(\frac{33}{2},88\right).

Thus, the slope of the line is 887633217=24\frac{88 - 76}{\frac{33}{2} - 17} = -24, and the answer is 024\boxed{024}.

Remark: Notice the fact that the radius is 3 is not used in this problem; in fact changing the radius does not affect the answer.

Minor edits by T3CHN0B14D3

Solution 2

First of all, we can translate everything downwards by 7676 and to the left by 1414. Then, note that a line passing through a given point intersecting a circle with a center as that given point will always cut the circle in half, so we can re-phrase the problem:

Two circles, each of radius 33, are drawn with centers at (0,16)(0, 16), and (5,8)(5, 8). A line passing through (3,0)(3,0) is such that the total area of the parts of the three circles to one side of the line is equal to the total area of the parts of the three circles to the other side of it. What is the absolute value of the slope of this line?

Note that this is equivalent to finding a line such that the distance from (0,16)(0,16) to the line is the same as the distance from (5,8)(5,8) to the line. Let the line be yaxb=0y - ax - b = 0. Then, we have that:

5a+8ba2+1=16ba2+15a+8b=16b\frac{|-5a + 8 - b|}{\sqrt{a^2+1}}= \frac{|16 - b|}{\sqrt{a^2+1}} \Longleftrightarrow |-5a+8-b| = |16-b| We can split this into two cases.

Case 1: 16b=5a+8ba=8516-b = -5a + 8 - b \Longleftrightarrow a = -\frac{8}{5}

In this case, the absolute value of the slope of the line won’t be an integer, and since this is an AIME problem, we know it’s not possible.

Case 2: b16=5a+8b2b+5a=24b-16 = -5a + 8 - b \Longleftrightarrow 2b + 5a = 24

But we also know that it passes through the point (3,0)(3,0), so 3ab=0b=3a-3a-b = 0 \Longleftrightarrow b = -3a. Plugging this in, we see that 2b+5a=24a=242b + 5a = 24 \Longleftrightarrow a = -24. 24\boxed{24}.

Solution 3 (non-rigorous)

Consider the region of the plane between x=16x=16 and x=17x=17. The parts of the circles centered at (14,92)(14,92) and (19,84)(19,84) in this region have equal area. This is by symmetry- the lines defining the region are 2 units away from the centers of each circle and therefore cut off congruent segments. We will draw the line in a way that uses this symmetry and makes identical cuts on the circles. Since (17,76)(17,76) is 88 units below the center of the lower circle, we will have the line exit the region 88 units above the center of the upper circle, at (16,100)(16,100). We then find that the slope of the line is 24-24 and our answer is 024\boxed{024}.

(Note: this solution does not feel rigorous when working through it, but it can be checked easily. In the above diagram, the point MM is marked. Rotate the aforementioned region of the plane 180180^\circ about point MM, and the fact that certain areas are equal is evident.)

Solution 4

We can redefine the coordinate system so that the center of the center circle is the origin, for easier calculations, as the slope of the line and the congruence of the circles do not depend on it. O1=(3,16)O_1=(-3, 16) O2=(0,0)O_2=(0,0), and O3=(2,8)O_3=(2,8). A line bisects a circle iff it passes through the center. Therefore, we can ignore the bottom circle because it contributes an equal area with any line. A line passing through the centroid of any plane system with two perpendicular lines of reflectional symmetry bisects it. We have defined two points of the line, which are (0,0)(0,0) and (12,12)(-\frac{1}{2},12). We use the slope formula to calculate the slope, which is 24-24, leading to an answer of 024\boxed{024}. QEDQED \blacksquare

Solution by a1b2

Solution 5 (Easy to understand)

Notice that any line that passes through the bottom circle's center cuts it in half, so all we really care about are the top two circles. Suppose \ell is the desired line. Draw lines 1\ell_1 and 2\ell_2 both parallel to \ell such that 1\ell_1 passes through (14,92)(14,92) and 2\ell_2 passes through (19,84)(19,84). Clearly, \ell must be the "average" of 1\ell_1 and 2\ell_2. Suppose :=y=mx+b,1:=y=mx+c,2:=y=mx+d\ell:=y=mx+b, \ell_1:=y=mx+c, \ell_2:=y=mx+d. Then b=7617m,c=9214m,d=8419mb=76-17m, c=92-14m, d=84-19m. So we have that

7617m=9214m+8419m2,76-17m=\frac{92-14m+84-19m}{2}, which yields m=24m=-24 for an answer of 024\boxed{024}.

~yofro