Difference between revisions of "2004 AMC 8 Problems/Problem 23"
(Created page with "==Problem== Tess runs counterclockwise around rectangular block <math>JKLM</math>. She lives at corner <math>J</math>. Which graph could represent her straight-line distance from...") |
(→Problem) |
||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
Tess runs counterclockwise around rectangular block <math>JKLM</math>. She lives at corner <math>J</math>. Which graph could represent her straight-line distance from home? | Tess runs counterclockwise around rectangular block <math>JKLM</math>. She lives at corner <math>J</math>. Which graph could represent her straight-line distance from home? | ||
+ | |||
+ | <asy> | ||
+ | unitsize(5mm); | ||
+ | pair J=(-3,2); pair K=(-3,-2); pair L=(3,-2); pair M=(3,2); | ||
+ | draw(J--K--L--M--cycle); | ||
+ | label("$J$",J,NW); | ||
+ | label("$K$",K,SW); | ||
+ | label("$L$",L,SE); | ||
+ | label("$M$",M,NE); | ||
+ | </asy> | ||
[[Image:AMC8200423.gif]] | [[Image:AMC8200423.gif]] |
Revision as of 15:48, 24 December 2012
Problem
Tess runs counterclockwise around rectangular block . She lives at corner
. Which graph could represent her straight-line distance from home?
Solution
For her distance to be represented as a constant horizontal line, Tess would have to be running in a circular shape with her home as the center. Since she is running around a rectangle, this is not possible, rulling out and
with straight lines. Because
is the diagonal of the rectangle, and
is at the middle distance around the perimeter, her maximum distance should be in the middle of her journey. The maximum in
is at the end, and
has two maximums, ruling both out. Thus the answer is
.
See Also
2004 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 22 |
Followed by Problem 24 | |
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 | ||
All AJHSME/AMC 8 Problems and Solutions |