Difference between revisions of "2000 AMC 10 Problems/Problem 18"
(5 intermediate revisions by 5 users not shown) | |||
Line 3: | Line 3: | ||
Charlyn walks completely around the boundary of a square whose sides are each <math>5</math> km long. From any point on her path she can see exactly <math>1</math> km horizontally in all directions. What is the area of the region consisting of all points Charlyn can see during her walk, expressed in square kilometers and rounded to the nearest whole number? | Charlyn walks completely around the boundary of a square whose sides are each <math>5</math> km long. From any point on her path she can see exactly <math>1</math> km horizontally in all directions. What is the area of the region consisting of all points Charlyn can see during her walk, expressed in square kilometers and rounded to the nearest whole number? | ||
− | <math>\ | + | <math>\textbf{(A)} 24 \qquad\textbf{(B)}\ 27 \qquad\textbf{(C)}\ 39 \qquad\textbf{(D)}\ 40 \qquad\textbf{(E)}\ 42</math> |
+ | |||
+ | == Video Solution == | ||
+ | https://youtu.be/j7Hi5I8INII - Happytwin | ||
==Solution== | ==Solution== | ||
Line 21: | Line 24: | ||
draw( (0,0)--(-1,0), dashed ); draw( (0,0)--(0,-1), dashed ); | draw( (0,0)--(-1,0), dashed ); draw( (0,0)--(0,-1), dashed ); | ||
draw( (5,0)--(6,0), dashed ); draw( (5,0)--(5,-1), dashed ); | draw( (5,0)--(6,0), dashed ); draw( (5,0)--(5,-1), dashed ); | ||
− | draw( (5,5)--(6,5), dashed ); draw( (5,5)--(5,6), dashed ); | + | draw( (5,5)--(6,5), dashed ); // This line is correct |
+ | draw( (5,5)--(5,6), dashed ); // Add semicolon here | ||
draw( (0,5)--(-1,5), dashed ); draw( (0,5)--(0,6), dashed ); | draw( (0,5)--(-1,5), dashed ); draw( (0,5)--(0,6), dashed ); | ||
Line 38: | Line 42: | ||
{{AMC10 box|year=2000|num-b=17|num-a=19}} | {{AMC10 box|year=2000|num-b=17|num-a=19}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
+ | |||
+ | [[Category:Introductory Geometry Problems]] |
Latest revision as of 09:47, 8 July 2024
Contents
Problem
Charlyn walks completely around the boundary of a square whose sides are each km long. From any point on her path she can see exactly km horizontally in all directions. What is the area of the region consisting of all points Charlyn can see during her walk, expressed in square kilometers and rounded to the nearest whole number?
Video Solution
https://youtu.be/j7Hi5I8INII - Happytwin
Solution
The area she sees looks at follows:
The part inside the walk has area . The part outside the walk consists of four rectangles, and four arcs. Each of the rectangles has area . The four arcs together form a circle with radius .
Therefore the total area she can see is , which rounded to the nearest integer is .
See Also
2000 AMC 10 (Problems • Answer Key • Resources) | ||
Preceded by Problem 17 |
Followed by Problem 19 | |
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 AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.