2011 AMC 10A Problems/Problem 18
Contents
Problem 18
Circles and each have radius 1. Circles and share one point of tangency. Circle has a point of tangency with the midpoint of . What is the area inside Circle but outside circle and circle ?
Solution
Not specific: Draw a rectangle with vertices at the centers of and and the intersection of and . Then, we can compute the shaded area as the area of half of plus the area of the rectangle minus the area of the two sectors created by and . This is .
Solution 2
unitsize(12mm); defaultpen(linewidth(.6pt)); draw(Circle((0,0),1)); draw(Circle((2,0),1)); draw(Circle((1,1),1)); dot((0,0)); dot((2,0)); dot((1,1)); draw((0,0)--(0,1)); fill(arc(C,1,0,180)--arc(A,1,90,0)--arc(B,1,180,90)--cycle, gray(0.5)) (Error making remote request. Unknown error_msg)
See Also
2011 AMC 10A (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.