Difference between revisions of "1980 AHSME Problems/Problem 9"
J314andrews (talk | contribs) (→Solution 2) |
J314andrews (talk | contribs) (Added diagram for this solution.) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | A man walks <math>x</math> miles due west, turns <math>150^\circ</math> to his left and walks 3 miles in the new direction. If he finishes a a point <math>\sqrt{3}</math> from his starting point, then <math>x</math> is | + | A man walks <math>x</math> miles due west, turns <math>150^\circ</math> to his left and walks <math>3</math> miles in the new direction. If he finishes a a point <math>\sqrt{3}</math> from his starting point, then <math>x</math> is |
<math>\text{(A)} \ \sqrt 3 \qquad \text{(B)} \ 2\sqrt{5} \qquad \text{(C)} \ \frac 32 \qquad \text{(D)} \ 3 \qquad \text{(E)} \ \text{not uniquely determined}</math> | <math>\text{(A)} \ \sqrt 3 \qquad \text{(B)} \ 2\sqrt{5} \qquad \text{(C)} \ \frac 32 \qquad \text{(D)} \ 3 \qquad \text{(E)} \ \text{not uniquely determined}</math> | ||
== Solution 1 == | == Solution 1 == | ||
− | Let | + | <asy> |
− | <math>\fbox{E | + | size(200); |
+ | pair T=origin, H=(sqrt(3)*1.5, 0), F=(sqrt(3)*1.5, -1.5), S1=(sqrt(3), 0), S2=(2*sqrt(3), 0); | ||
+ | draw(H--T--F--cycle); | ||
+ | draw((-1,0)--(5,0)); | ||
+ | draw(arc(F, sqrt(3), 0, 180)); | ||
+ | label("$H$", H, SE); | ||
+ | label("$\ell$", (5,0), E); | ||
+ | label("$T$", T, N); | ||
+ | label("$F$", F, SE); | ||
+ | label("$S_1$", S1, NW); | ||
+ | label("$S_2$", S2, NE); | ||
+ | label("$30^\circ$", T, 1.5S+5.4E); | ||
+ | </asy> | ||
+ | |||
+ | Let <math>\ell</math> be the line he was initially walking on, <math>T</math> be his turning point, <math>F</math> be his finishing point, and <math>H</math> be the foot of the perpendicular from <math>F</math> to <math>\ell</math>. Since he turned <math>150^\circ</math>, <math>\angle HTF = 30^{\circ}</math>. Therefore, <math>HF = \frac{3}{2}</math> miles. Since <math>F</math> is <math>\sqrt{3}</math> miles from his starting point, his starting point lies on a circle of radius <math>\sqrt{3}</math> miles centered at <math>F</math>. Since <math>\frac{3}{2} < \sqrt{3} < 3</math>, this circle must intersect <math>\ell</math> once between <math>T</math> and <math>H</math> and once east of <math>H</math>. Let <math>S_1</math> and <math>S_2</math> be these two intersections, respectively. Both <math>S_1</math> and <math>S_2</math> are possible starting points, and clearly <math>TS_1 \neq TS_2</math>, so <math>x</math> is <math>\fbox{(\textbf{E}) not uniquely determined}</math>. | ||
== Solution 2 == | == Solution 2 == | ||
− | Let <math>S</math> be his starting point, <math>T</math> be the point where he turns, and <math>F</math> be his finishing point. Since he turned <math>150^{\circ}</math> at <math>T</math>, <math>\angle STF = 30^{\circ}</math>. By the Law of Cosines, <math>FS^2 = FT^2 + ST^2 - 2 \cdot FT \cdot ST \cos \angle STF</math>. That is, <math>(\sqrt{3})^2 = 3^2 + x^2 - 2 \cdot 3 \cdot x \cdot \cos 30^{\circ}</math>. Combining all terms on one side yields <math>x^2 - 3x\sqrt{3} + 6 = 0</math>, which factors as <math>(x - \sqrt{3})(x - 2\sqrt{3}) = 0</math>. Therefore, <math>x = \sqrt{3}</math> and <math>x = 2\sqrt{3}</math> are both possible values of <math>x</math>, so | + | <asy> |
+ | size(320); | ||
+ | pair T=origin, S1=(sqrt(3), 0), F=(sqrt(3)*1.5, -1.5); | ||
+ | draw(S1--T--F--cycle); | ||
+ | label("$S$", S1, NE); | ||
+ | label("$T$", T, NW); | ||
+ | label("$F$", F, SE); | ||
+ | label("$x$", T--S1, N); | ||
+ | label("$\sqrt{3}$", S1--F, 0.6N+0.3E); | ||
+ | label("$3$", T--F, SW); | ||
+ | label("$30^\circ$", T, 1.5S+5.4E); | ||
+ | |||
+ | pair T2=(3, 0), S2=(3+2*sqrt(3), 0), F2=(3+sqrt(3)*1.5, -1.5); | ||
+ | draw(S2--T2--F2--cycle); | ||
+ | label("$S$", S2, NE); | ||
+ | label("$T$", T2, NW); | ||
+ | label("$F$", F2, S); | ||
+ | label("$\sqrt{3}$", S2--F2, 0.1E); | ||
+ | label("$x$", T2--S2, N); | ||
+ | label("$3$", T2--F2, SW); | ||
+ | label("$30^\circ$", T2, 1.5S+5.4E); | ||
+ | </asy> | ||
+ | |||
+ | |||
+ | Let <math>S</math> be his starting point, <math>T</math> be the point where he turns, and <math>F</math> be his finishing point. Since he turned <math>150^{\circ}</math> at <math>T</math>, <math>\angle STF = 30^{\circ}</math>. By the Law of Cosines, <math>FS^2 = FT^2 + ST^2 - 2 \cdot FT \cdot ST \cos \angle STF</math>. That is, <math>\left(\sqrt{3}\right)^2 = 3^2 + x^2 - 2 \cdot 3 \cdot x \cdot \cos 30^{\circ}</math>. Combining all terms on one side yields <math>x^2 - 3x\sqrt{3} + 6 = 0</math>, which factors as <math>\left(x - \sqrt{3}\right)\left(x - 2\sqrt{3}\right) = 0</math>. Therefore, <math>x = \sqrt{3}</math> and <math>x = 2\sqrt{3}</math> are both possible values of <math>x</math>, so <math>x</math> is <math>\fbox{(\textbf{E}) not uniquely determined}</math>. | ||
− | - | + | -j314andrews |
== See also == | == See also == |
Latest revision as of 20:13, 25 July 2025
Contents
Problem
A man walks miles due west, turns
to his left and walks
miles in the new direction. If he finishes a a point
from his starting point, then
is
Solution 1
Let be the line he was initially walking on,
be his turning point,
be his finishing point, and
be the foot of the perpendicular from
to
. Since he turned
,
. Therefore,
miles. Since
is
miles from his starting point, his starting point lies on a circle of radius
miles centered at
. Since
, this circle must intersect
once between
and
and once east of
. Let
and
be these two intersections, respectively. Both
and
are possible starting points, and clearly
, so
is
.
Solution 2
Let be his starting point,
be the point where he turns, and
be his finishing point. Since he turned
at
,
. By the Law of Cosines,
. That is,
. Combining all terms on one side yields
, which factors as
. Therefore,
and
are both possible values of
, so
is
.
-j314andrews
See also
1980 AHSME (Problems • Answer Key • Resources) | ||
Preceded by Problem 8 |
Followed by Problem 10 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.