返回题库

AIME 2004 I · 第 10 题

AIME 2004 I — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A circle of radius 1 is randomly placed in a 15-by-36 rectangle ABCDABCD so that the circle lies completely within the rectangle. Given that the probability that the circle will not touch diagonal ACAC is m/n,m/n, where mm and nn are relatively prime positive integers. Find m+n.m + n.

解析

Solution

AIME diagram

Solution 1

The location of the center of the circle must be in the 34×1334 \times 13 rectangle that is one unit away from the sides of rectangle ABCDABCD. We want to find the area of the right triangle with hypotenuse one unit away from AC\overline{AC}. Let this triangle be ABCA'B'C'.

Notice that ABCABC and ABCA'B'C' share the same incenter; this follows because the corresponding sides are parallel, and so the perpendicular inradii are concurrent, except that the inradii of ABC\triangle ABC extend one unit farther than those of ABC\triangle A'B'C'. From A=rsA = rs, we note that rABC=[ABC]sABC=1536/2(15+36+39)/2=6r_{ABC} = \frac{[ABC]}{s_{ABC}} = \frac{15 \cdot 36 /2}{(15+36+39)/2} = 6. Thus rABC=rABC1=5r_{A'B'C'} = r_{ABC} - 1 = 5, and since the ratio of the areas of two similar figures is equal to the square of the ratio of their corresponding lengths, [ABC]=[ABC](rABCrABC)2=15×3622536=3752[A'B'C'] = [ABC] \cdot \left(\frac{r_{A'B'C'}}{r_{ABC}}\right)^2 = \frac{15 \times 36}{2} \cdot \frac{25}{36} = \frac{375}{2}.

The probability is 2[ABC]34×13=375442\frac{2[A'B'C']}{34 \times 13} = \frac{375}{442}, and m+n=817m + n = \boxed{817}.

Solution 2

AIME diagram

Let the bisector of CAD\angle CAD be AEAE, with EE on CDCD. By the angle bisector theorem, DE=36/5DE = 36/5. Since AORAED\triangle AOR \sim \triangle AED (OO is the center of the circle), we find that AR=5AR = 5 since OR=1OR = 1. Also AT=35AT = 35 so RT=OQ=30RT = OQ = 30.

We can apply the same principle again to find that PT=27/2PT = 27/2, and since QT=1QT = 1, we find that PQ=27/21=25/2PQ = 27/2 - 1 = 25/2. The locus of all possible centers of the circle on this "half" of the rectangle is triangle OPQ\triangle OPQ. There exists another congruent triangle that is symmetric over ACAC that has the same area as triangle OPQ\triangle OPQ. APQ\triangle APQ has area 12OPPQ=1230252\frac {1}{2}\cdot OP \cdot PQ = \frac {1}{2}\cdot 30\cdot \frac {25}{2}, since OQP\angle OQP is right. Thus the total area that works is 30252=37530\cdot \frac {25}{2} = 375, and the area of the locus of all centers of any circle with radius 1 is 3413=44234\cdot 13 = 442. Hence, the desired probability is 375442\frac {375}{442}, and our answer is 817\boxed {817}.

Solution 3

AIME diagram

Again, the location of the center of the circle must be in the 34×1334 \times 13 rectangle that is one unit away from the sides of rectangle ABCDABCD. We want to find the area of the right triangle with hypotenuse one unit away from AC\overline{AC}.

Let AA be at the origin, B(36,0)B (36,0), C(36,15)C (36,15), D(0,15)D (0,15). The slope of AC\overline{AC} is 1536=512\frac{15}{36} = \frac{5}{12}. Let ABC\triangle A'B'C' be the right triangle with sides one unit inside ABC\triangle ABC. Since ACAC\overline{AC} || \overline{A'C'}, they have the same slope, and the equation of ACA'C' is y=512x+cy = \frac{5}{12}x + c. Manipulating, 5x12y+12c=05x - 12y + 12c = 0. We need to find the value of cc, which can be determined since AC\overline{AC} is one unit away from AC\overline{A'C'}. Since the diagonal contains the origin, we can use the distance from a point to the line formula at the origin:

Ax+By+CA2+B2=1(5)(0)+(12)(0)+12c52+(12)2=1\left|\frac{Ax + By + C}{\sqrt{A^2+B^2}}\right| = 1 \Longrightarrow \left|\frac{(5)(0) + (-12)(0) + 12c}{\sqrt{5^2 + (-12)^2}}\right| = 1 c=±1312c = \pm \frac{13}{12} The two values of cc correspond to the triangle on top and below the diagonal. We are considering ABCA'B'C' which is below, so c=1312c = -\frac{13}{12}. Then the equation of AC\overline{A'C'} is y=512x1312y = \frac{5}{12}x - \frac{13}{12}. Solving for its intersections with the lines y=1,x=35y = 1, x = 35 (boundaries of the internal rectangle), we find the coordinates of ABCA'B'C' are at A (5,1) B (35,1) C (35,272)A'\ (5,1)\ B'\ (35,1)\ C'\ (35,\frac{27}{2}). The area is 12bh=12(355)(2721)=3752\frac{1}{2}bh = \frac{1}{2}(35-5)\left(\frac{27}{2} - 1\right) = \frac{375}{2}.

Finally, the probability is 2area of triangle34×13=375442\frac{2\cdot \mathrm{area\ of\ triangle}}{34 \times 13} = \frac{375}{442}, and m+n=817m + n = \boxed{817}.

For this solution, if you didn't know the formula for the distance from a point to a line, you can use similar triangles to get the ratio:

136=c39\frac{1}{36}=\frac{c}{39}

This yields c=1312c=\frac{13}{12}.