Difference between revisions of "2025 AMC 8 Problems/Problem 5"
(→Problem) |
|||
Line 38: | Line 38: | ||
<math>\textbf{(A)}\ 20 \qquad \textbf{(B)}\ 22 \qquad \textbf{(C)}\ 24 \qquad \textbf{(D)}\ 26\qquad \textbf{(E)}\ 28</math> | <math>\textbf{(A)}\ 20 \qquad \textbf{(B)}\ 22 \qquad \textbf{(C)}\ 24 \qquad \textbf{(D)}\ 26\qquad \textbf{(E)}\ 28</math> | ||
+ | |||
+ | ==Solution 1== | ||
+ | |||
+ | Each shortest possible path from <math>A</math> to <math>B</math> follows the edges of the rectangle. The following path outlines a path of <math>\boxed{24}</math> units: | ||
+ | |||
+ | <asy> | ||
+ | |||
+ | unitsize(20); | ||
+ | |||
+ | add(grid(8,6)); | ||
+ | draw((6,5)--(7,5)--(7,0)--(0,0)--(0,4)--(2,4)--(2,5)--cycle,green); | ||
+ | |||
+ | path w = circle((0,0),0.4); | ||
+ | |||
+ | fill(w, white); | ||
+ | draw(w); | ||
+ | label("$B$",(0,0)); | ||
+ | |||
+ | fill(shift((2,4)) * w, white); | ||
+ | draw(shift((2,4)) * w); | ||
+ | label("$C$",(2,4)); | ||
+ | |||
+ | fill(shift((7,3)) * w, white); | ||
+ | draw(shift((7,3)) * w); | ||
+ | label("$A$",(7,3)); | ||
+ | |||
+ | fill(shift((6,5)) * w, white); | ||
+ | draw(shift((6,5)) * w); | ||
+ | label("$F$",(6,5)); | ||
+ | |||
+ | </asy> | ||
==Video Solution by Daily Dose of Math== | ==Video Solution by Daily Dose of Math== |
Revision as of 20:23, 30 January 2025
Contents
Problem
Betty drives a truck to deliver packages in a neighborhood whose street map is shown below. Betty starts at the factory (labled ) and drives to location , then , then , before returning to . What is the shortest distance, in blocks, she can drive to complete the route?
Solution 1
Each shortest possible path from to follows the edges of the rectangle. The following path outlines a path of units:
Video Solution by Daily Dose of Math
~Thesmartgreekmathdude
Video Solution by Thinking Feet
See Also
2025 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.