Difference between revisions of "1989 AIME Problems/Problem 6"
(→Solution 2) |
(→Solution 2) |
||
Line 36: | Line 36: | ||
label("$B'$",(12,29),N); | label("$B'$",(12,29),N); | ||
draw((-10,14)--(20,14)); | draw((-10,14)--(20,14)); | ||
− | label("$X$",(12,15),N); | + | label("$X$",(12.5,15),N); |
</asy></center> | </asy></center> | ||
Revision as of 17:00, 29 August 2019
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
Can someone please help me make an asymptote diagram for this?
![[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); [/asy]](http://latex.artofproblemsolving.com/e/9/3/e93ed60bd5081b14c173bc0c25d93d801a0a0ad5.png)
dot((0,0));
label("A",(0,0),S);
dot((100,0));
label("B",(100,0),SE);
dot((80,139));
label("M",(80,139),N);
draw((80,139)--(80,0),dashed);
label("4x",(0,0)--(80,0),S);
label("100-4x",(80,0)--(100,0),S);
label("",(80,139)--(80,0),W);
label("
", (3,1), NE);
Let the point of intersection be . 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
. Note that 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
. Furthermore, we have
triangle
, so
and
. Since we have
,
. By Pythagoras,
.
Then, we have . Since we know that
, we get
. Solving for
, we get
. Our answer is then equivalent to
. Thus,
meters is the solution.
- Spacesam
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
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.