返回题库

AIME 2006 I · 第 10 题

AIME 2006 I — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Eight circles of diameter 1 are packed in the first quadrant of the coordinate plane as shown. Let region R\mathcal{R} be the union of the eight circular regions. Line l,l, with slope 3, divides R\mathcal{R} into two regions of equal area. Line ll's equation can be expressed in the form ax=by+c,ax=by+c, where a,b,a, b, and cc are positive integers whose greatest common divisor is 1. Find a2+b2+c2.a^2+b^2+c^2.

AIME diagram

解析

Solutions

AIME diagram

Solution 1

The line passing through the tangency point of the bottom left circle and the one to its right and through the tangency of the top circle in the middle column and the one beneath it is the line we are looking for: a line passing through the tangency of two circles cuts congruent areas, so our line cuts through the four aforementioned circles splitting into congruent areas, and there are an additional two circles on each side. The line passes through (1,12)\left(1,\frac 12\right) and (32,2)\left(\frac 32,2\right), which can be easily solved to be 6x=2y+56x = 2y + 5. Thus, a2+b2+c2=065a^2 + b^2 + c^2 = \boxed{065}.

Solution 2

Assume that if unit squares are drawn circumscribing the circles, then the line will divide the area of the concave hexagonal region of the squares equally (as of yet, there is no substantiation that such would work, and definitely will not work in general). Denote the intersection of the line and the x-axis as (x,0)(x, 0).

The line divides the region into 2 sections. The left piece is a trapezoid, with its area 12((x)+(x+1))(3)=3x+32\frac{1}{2}((x) + (x+1))(3) = 3x + \frac{3}{2}. The right piece is the addition of a trapezoid and a rectangle, and the areas are 12((1x)+(2x))(3)\frac{1}{2}((1-x) + (2-x))(3) and 21=22 \cdot 1 = 2, totaling 1323x\frac{13}{2} - 3x. Since we want the two regions to be equal, we find that 3x+32=1323x3x + \frac 32 = \frac {13}2 - 3x, so x=56x = \frac{5}{6}.

We have that (56,0)\left(\frac 56, 0\right) is a point on the line of slope 3, so y0=3(x56)6x=2y+5y - 0 = 3\left(x - \frac 56\right) \Longrightarrow 6x = 2y + 5. Our answer is 22+52+62=652^2 + 5^2 + 6^2 = 65.

We now assess the validity of our starting assumption. We can do that by seeing that our answer passes through the tangency of the two circles, cutting congruent areas, a result explored in solution 1.

Solution 3

This problem looks daunting at a first glance, but we can make geometric inequality inferences by drawing lines that simplify the problem by removing sections of the total area. To begin, we can eliminate the possibility of the line intersecting the circle on the top left (call it circle A), or the circle on the bottom right (call it circle B). This is can be seen visually by drawing a line with slope 3 that is tangent to either of these circles. The area is clearly larger on one side; this can be proven by counting full circles. We can go on with the same mindset and eliminate the circle below circle A and the circle above circle B. By removing pairs of circles and proving the line will never intersect with them, we can safely work with whatever is remaining. By now you should have 4 circles making an L shape (waluigi style). Now the two biggest contenders for this method are the two circles on the bottom row. Using the same strategy, we can see that a line that goes through the tangent point of these two circles also goes through the tangent point of the other two circles. This clearly will cut the 4 circles into two regions of equal area. Using linear algebra we get: 6x=2y+56x = 2y + 5. The answer is then 62+22+52=0656^2 + 2^2 + 5^2 = \boxed{065}. This solution is an alternate explanation to solution 1.

-jackshi2006