Difference between revisions of "1993 AIME Problems/Problem 13"
m (fmt) |
|||
Line 39: | Line 39: | ||
[[Category:Intermediate Geometry Problems]] | [[Category:Intermediate Geometry Problems]] | ||
+ | {{MAA Notice}} |
Revision as of 18:26, 4 July 2013
Problem
Jenny and Kenny are walking in the same direction, Kenny at 3 feet per second and Jenny at 1 foot per second, on parallel paths that are 200 feet apart. A tall circular building 100 feet in diameter is centered midway between the paths. At the instant when the building first blocks the line of sight between Jenny and Kenny, they are 200 feet apart. Let be the amount of time, in seconds, before Jenny and Kenny can see each other again. If
is written as a fraction in lowest terms, what is the sum of the numerator and denominator?
Contents
[hide]Solution
Solution 1
Consider the unit cicle of radius 50. Assume that they start at points and
Then at time
, they end up at points
and
The equation of the line connecting these points and the equation of the circle are
When they see each other again, the line connecting the two points will be tangent to the circle at the point
Since the radius is perpendicular to the tangent we get
or
Now substitute
into
and get
Now substitute this and
into
and solve for
to get
Finally, the sum of the numerator and denominator is
Solution 2
Let and
be Kenny's initial and final points respectively and define
and
similarly for Jenny. Let
be the center of the building. Also, let
be the intersection of
and
. Finaly, let
and
be the points of tangency of circle
to
and
respectively.
![[asy] size(8cm); defaultpen(linewidth(0.7)); pair A,B,C,D,P,Q,O,X; A=(0,0); B=(0,160); C=(200,0); D=(200,53.333); P=(100,0); Q=(123.529,94.118); O=(100,50); X=(300,0); dot(A); dot(B); dot(C); dot(D); dot(P); dot(Q); dot(O); dot(X); draw(A--B--X--cycle); draw(C--D); draw(P--O--Q); draw(O--X); draw(Circle(O,50)); label("$A$",A,SW); label("$B$",B,NNW); label("$C$",C,S); label("$D$",D,NE); label("$P$",P,S); label("$Q$",Q,NE); label("$O$",O,W); label("$X$",X,ESE); [/asy]](http://latex.artofproblemsolving.com/e/8/5/e854091993a5c5a12a513b87e411d392cda1b333.png)
From the problem statement, , and
. Since
,
.
Since ,
. So,
.
Since circle is tangent to
and
,
is the angle bisector of
.
Thus, .
Therefore, , and the answer is
.
See also
1993 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.