返回题库

AIME 2000 I · 第 13 题

AIME 2000 I — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In the middle of a vast prairie, a firetruck is stationed at the intersection of two perpendicular straight highways. The truck travels at 5050 miles per hour along the highways and at 1414 miles per hour across the prairie. Consider the set of points that can be reached by the firetruck within six minutes. The area of this region is m/nm/n square miles, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solution

Let the intersection of the highways be at the origin OO, and let the highways be the x and y axes. We consider the case where the truck moves in the positive x direction.

After going xx miles, t=dr=x50t=\frac{d}{r}=\frac{x}{50} hours has passed. If the truck leaves the highway it can travel for at most t=110x50t=\frac{1}{10}-\frac{x}{50} hours, or d=rt=14t=1.47x25d=rt=14t=1.4-\frac{7x}{25} miles. It can end up anywhere off the highway in a circle with this radius centered at (x,0)(x,0). All these circles are homothetic with respect to a center at (5,0)(5,0).

AIME diagram

AIME diagram

Now consider the circle at (0,0)(0,0). Draw a line tangent to it at AA and passing through B(5,0)B (5,0). By the Pythagorean Theorem AB2+AO2=OB2AB=OB2AO2=521.42=245AB^2+AO^2=OB^2 \Longrightarrow AB=\sqrt{OB^2-AO^2}=\sqrt{5^2-1.4^2}=\frac{24}{5}. Then tan(ABO)=OAAB=724\tan(\angle ABO)=\frac{OA}{AB}=\frac{7}{24}, so the slope of line ABAB is 724\frac{-7}{24}. Since it passes through (5,0)(5,0) its equation is y=724(x5)y=\frac{-7}{24}(x-5).

This line and the x and y axis bound the region the truck can go if it moves in the positive x direction. Similarly, the line y=5247xy=5-\frac{24}{7}x bounds the region the truck can go if it moves in positive y direction. The intersection of these two lines is (3531,3531)\left(\frac{35}{31},\frac{35}{31}\right). The bounded region in Quadrant I is made up of a square and two triangles. A=x2+x(5x)=5xA=x^2+x(5-x)=5x. By symmetry, the regions in the other quadrants are the same, so the area of the whole region is 20x=7003120x=\frac{700}{31} so the answer is 700+31=731700+31=\boxed{731}.

Intuition

Here's a bit of intuition behind the solution. If I wanted to travel to some point on the prairie, normally I would go the straight line distance. Right? However, here I would choose to travel on the highway the greatest distance, then drive the rest on the prairie. This is why we can easily use parametric equations to solve for the equations of lines that would yield those distances.

-WhatdoHumanitariansEat

Alternate finish

AIME diagram

Once we get that the area consists of 8 right triangles with side lengths 1.41.4, 4.84.8, and 55, then we can finish and find the area in an alternate way which uses no coordinates. Notice how we draw 4545^{\circ} angles that connect opposite vertices such that the area can be expressed as just the sum of eight congruent triangles. So it suffices to find the area of one of them.

AIME diagram

Here we have right triangle OAB\triangle OAB with OAB=90\angle OAB=90^{\circ}, OA=1.4OA=1.4, AB=4.8AB=4.8, and OB=5OB=5. CC is the point on ABAB such that COB=45\angle COB=45^{\circ}. We would like to find the area of COB\triangle COB, so we let DD be the foot of the altitude from CC to OBOB. We claim the following lemma.

CLAIM: ADAD bisects OAB\angle OAB

PROOF: We have OAC+ODC=90\angle OAC+\angle ODC=90^{\circ}, so since OAC+ODC=180\angle OAC+\angle ODC=180^{\circ}, then OACDOACD is cyclic. Additionally, in OCD\triangle OCD, we have DOC=DCO=45\angle DOC=\angle DCO=45^{\circ}, so OAD=CAD=45\angle OAD=\angle CAD=45^{\circ}. This proves our lemma.

By the Angle Bisector Theorem, ODBD=AOAB=724\frac{OD}{BD}=\frac{AO}{AB}=\frac{7}{24}. Therefore, OD=77+24OB=3531OD=\frac{7}{7+24}OB=\frac{35}{31}, so CD=OD=3531CD=OD=\frac{35}{31}. Then the area of OCB\triangle OCB is 12bh=1253531=17562\frac{1}{2}bh=\frac{1}{2}\cdot 5\cdot \frac{35}{31}=\frac{175}{62}. The area of the star figure consists of eight of these triangles, so its area is 175628=70031\frac{175}{62}\cdot 8=\frac{700}{31}. The answer is 731\boxed{731}.

~ethanzhang1001