1989 AIME Problems/Problem 6
Problem
Two skaters, Allie and Billie, are at points and
, respectively, on a flat, frozen lake. The distance between
and
is
meters. Allie leaves
and skates at a speed of
meters per second on a straight line that makes a
angle with
. At the same time Allie leaves
, Billie leaves
at a speed of
meters per second and follows the straight path that produces the earliest possible meeting of the two skaters, given their speeds. How many meters does Allie skate before meeting Billie?
![[asy] pointpen=black; pathpen=black+linewidth(0.7); pair A=(0,0),B=(10,0),C=6*expi(pi/3); D(B--A); D(A--C,EndArrow); MP("A",A,SW);MP("B",B,SE);MP("60^{\circ}",A+(0.3,0),NE);MP("100",(A+B)/2); [/asy]](http://latex.artofproblemsolving.com/a/3/0/a30f95a4bc471ad519d35b683f2f319118167660.png)
Solution
Label the point of intersection as . Since
,
and
. According to the law of cosines,
![[asy] pointpen=black; pathpen=black+linewidth(0.7); pair A=(0,0),B=(10,0),C=16*expi(pi/3); D(B--A); D(A--C); D(B--C,dashed); MP("A",A,SW);MP("B",B,SE);MP("C",C,N);MP("60^{\circ}",A+(0.3,0),NE);MP("100",(A+B)/2);MP("8t",(A+C)/2,NW);MP("7t",(B+C)/2,NE); [/asy]](http://latex.artofproblemsolving.com/a/e/d/aedca2f1d05dc487c293ffbc289231edb6ca2cb9.png)
Since we are looking for the earliest possible intersection, seconds are needed. Thus,
meters is the solution.
Alternatively, we can drop an altitude from and arrive at the same answer.
Solution 2
![[asy] draw((0,0)--(11,0)--(7,14)--cycle); draw((7,14)--(11,28)); draw((11,28)--(11,0)); label("$A$",(-1,-1),N); label("$B$",(12,-1),N); label("$P$",(6,15),N); label("$B'$",(12,29),N); draw((-10,14)--(20,14)); label("$X$",(12.5,15),N); draw((7,0)--(7,14),dashed); label("$Y$",(7,-4),N); draw((6,0)--(6,1)); draw((6,1)--(7,1)); draw((11,13)--(10,13)); draw((10,13)--(10,14)); label("$60^{\circ}$",(4,0.5),N); [/asy]](http://latex.artofproblemsolving.com/2/6/d/26d2715830064afebf909e7c7f4ee28b0cbbaaa8.png)
Let be the point of intersection between the skaters, Allie and Billie. We can draw a line that goes through
and is parallel to
. Letting this line be the
-axis, we can reflect
over the
-axis to get
. As reflections preserve length,
.
We then draw lines and
. We can let the foot of the perpendicular from
to
be
, and we can let the foot of the perpendicular from
to
be
. In doing so, we have constructed rectangle
.
By , we have
and
, where
is the number of seconds it takes the skaters to meet. Furthermore, we have
triangle
, so
, and
. Since we have
,
. By Pythagoras,
.
As is a rectangle,
. Thus
, so we get
. Solving for
, we find
.
Our answer, , is equivalent to
. Thus,
.
Solution 3
We can define to be the time elapsed since both Allie and Billie moved away from points
and
respectfully. Also, set the point of intersection to be
. Then we can produce the following diagram:
Now, if we drop an altitude from point, we get :
We know this from the triangle that is formed. From this we get that:
.
Therefore, we get that or
. Since
, we have that
(since the problem asks for the quickest possible meeting point), so the distance Allie travels before meeting Billie would be
meters.
~qwertysri987
Solution 4
Drop the altitude from to
, and call it
.
is a
triangle, so
and
, and by the Pythagorean theorem on
,
.
, so
. Therefore,
.
~~Disphenoid_lover
See also
1989 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 5 |
Followed by Problem 7 | |
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.