AoPSWiki
Looking for a challenging algebra text? Preparing for MATHCOUNTS or the AMC exams?
Check out Art of Problem Solving's Introduction to Algebra by Richard Rusczyk.

1993 AIME Problems/Problem 13

From AoPSWiki

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 t\, be the amount of time, in seconds, before Jenny and Kenny can see each other again. If t\, is written as a fraction in lowest terms, what is the sum of the numerator and denominator?

Contents

Solution

Solution 1

Consider the unit cicle of radius 50. Assume that they start at points (-50,100) and (-50,-100). Then at time t, they end up at points (-50+t,100) and (-50+3t,-100). The equation of the line connecting these points and the equation of the circle are \begin{align}y&=-\frac{100}{t}x+200-\frac{5000}{t}\\50^2&=x^2+y^2\end{align}. When they see each other again, the line connecting the two points will be tangent to the circle at the point (x,y). Since the radius is perpendicular to the tangent we get -\frac{x}{y}=-\frac{100}{t} or xt=100y. Now substitute y= \frac{xt}{100} into (2) and get x=\frac{5000}{\sqrt{100^2+t^2}}. Now substitute this and y=\frac{xt}{100} into (1) and solve for t to get t=\frac{160}{3}. Finally, the sum of the numerator and denominator is 160+3=\boxed{163}.

Solution 2

Let A and B be Kenny's initial and final points respectively and define C and D similarly for Jenny. Let O be the center of the building. Also, let X be the intersection of AC and BD. Finaly, let P and Q be the points of tangency of circle O to AC and BD respectively.

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...

From the problem statement, AB=3t, and CD=t. Since \Delta ABX \sim \Delta CDX, CX=AC\cdot\left(\frac{CD}{AB-CD}\right)=200\cdot\left(\frac{t}{3t-t}\right)=100.

Since PC=100, PX=200. So, \tan(\angle OXP)=\frac{OP}{PX}=\frac{50}{200}=\frac{1}{4}.

Since circle O is tangent to BX and AX, OX is the angle bisector of \angle BXA.

Thus, \tan(\angle BXA)=\tan(2\angle OXP)=\frac{2\tan(\angle OXP)}{1- \tan^2(\angle OXP)} = \frac{2\cdot \left(\frac{1}{4}\right)}{1....

Therefore, t = CD = CX\cdot\tan(\angle BXA) = 100 \cdot \frac{8}{15} = \frac{160}{3}, and the answer is \boxed{163}.

See also

1993 AIME (ProblemsResources)
Preceded by
Problem 12
Followed by
Problem 14
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Want to learn how to tackle those tough AMC/AIME/Olympiad counting and probability problems? Check out Art of Problem Solving's Intermediate Counting & Probability by David Patrick.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us