Difference between revisions of "1993 AIME Problems/Problem 13"
(→Solution 2) |
|||
Line 34: | Line 34: | ||
Therefore, <math>t = CD = CX\cdot\tan(\angle BXA) = 100 \cdot \frac{8}{15} = \frac{160}{3}</math>, and the answer is <math>\boxed{163}</math>. | Therefore, <math>t = CD = CX\cdot\tan(\angle BXA) = 100 \cdot \frac{8}{15} = \frac{160}{3}</math>, and the answer is <math>\boxed{163}</math>. | ||
− | + | ||
+ | ===Solution 3=== | ||
+ | |||
+ | <asy> | ||
+ | size(8cm); defaultpen(linewidth(0.7)); | ||
+ | pair A,B,C,D,P,Q,O,R,S; | ||
+ | A=(0,0); B=(0,160); C=(200,0); D=(200,53.333); P=(100,0); Q=(123.529,94.118); O=(100,50); R=(100,106.667); S=(0,53.333); | ||
+ | dot(A); dot(B); dot(C); dot(D); dot(P); dot(Q); dot(O); dot(R); dot(S); | ||
+ | draw(A--B--D--C--cycle); | ||
+ | draw(P--O); draw(D--S); | ||
+ | draw(O--Q--R--cycle); | ||
+ | draw(Circle(O,50)); | ||
+ | label("$A$",A,SW); label("$B$",B,NNW); label("$C$",(200,-205),S); label("$D$",D,NE); label("$P$",(100,-205),S); label("$Q$",Q,NE); label("$O$",O,SW); label("$R$",R,NE); label("$S$",S,W); | ||
+ | </asy> | ||
+ | |||
+ | Let <math>t</math> be the time they walk. Then <math>CD=t</math> and <math>AB=3t</math>. | ||
+ | |||
+ | |||
+ | Draw a line from point <math>O</math> to <math>Q</math> such that <math>OQ</math> is perpendicular to <math>BD</math>. Further, draw a line passing through points <math>O</math> and <math>P</math>, so <math>OP</math> is parallel to <math>AB</math> and <math>CD</math> and is midway between those two lines. Then <math>PR=\dfrac{AB+CD}{2}=\dfrac{3t+t}{2}=2t</math>. Draw another line passing through point <math>D</math> and parallel to <math>AC</math>, so <math>SB=AB-AS=3t-t=2t</math>. | ||
+ | |||
+ | |||
+ | We see that <math>m\angle SBD=m\angle ORQ</math> since they are corresponding angles, and thus by angle-angle similarity, <math>\triangle QOR~\triangle SDB</math>. | ||
+ | |||
+ | |||
+ | Then | ||
+ | <cmath>\begin{align*} | ||
+ | \dfrac{OQ}{DS}=\dfrac{OR}{BD}&\implies\dfrac{50}{200}=\dfrac{OR}{\sqrt{200^2+4t^2}}\\ | ||
+ | &\implies OR=\dfrac{1}{4}\left(\sqrt{200^2+4t^2}\right)\\ | ||
+ | &\implies OR=\dfrac{1}{2}\left(\sqrt{100^2+t^2}\right) | ||
+ | \end{align*}</cmath> | ||
+ | |||
+ | |||
+ | And we obtain | ||
+ | <cmath>\begin{align*} | ||
+ | PR&=OP+OR\\ | ||
+ | 2t&=50+\dfrac{1}{2}\left(\sqrt{100^2+t^2}\right)\\ | ||
+ | 4t-100&=\sqrt{100^2+t^2}\\ | ||
+ | (4t-100)^2&=\left(\sqrt{100^2+t^2}\right)^2\\ | ||
+ | 16t^2-800t+100^2&=t^2+100^2\\ | ||
+ | 15t^2&=800t\\ | ||
+ | t&=\dfrac{800}{15} | ||
+ | \end{align*}</cmath> | ||
+ | |||
+ | so we have <math>t=\frac{160}{3}</math>, and our answer is thus <math>160+3=\boxed{163}</math>. | ||
+ | |||
== See also == | == See also == | ||
{{AIME box|year=1993|num-b=12|num-a=14}} | {{AIME box|year=1993|num-b=12|num-a=14}} |
Revision as of 11:50, 6 November 2016
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?
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
.
Solution 3
Let be the time they walk. Then
and
.
Draw a line from point to
such that
is perpendicular to
. Further, draw a line passing through points
and
, so
is parallel to
and
and is midway between those two lines. Then
. Draw another line passing through point
and parallel to
, so
.
We see that since they are corresponding angles, and thus by angle-angle similarity,
.
Then
And we obtain
so we have , and our answer is thus
.
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.