Difference between revisions of "2020 AMC 10B Problems/Problem 14"
Somebody62 (talk | contribs) (→Solution) |
Somebody62 (talk | contribs) (→Solution) |
||
Line 66: | Line 66: | ||
draw(arc((2,y),1,180,360)); | draw(arc((2,y),1,180,360)); | ||
draw(arc((2,0),1,0,180)); | draw(arc((2,0),1,0,180)); | ||
− | + | pair G,H,I,J,K; | |
− | + | G = (2,0); | |
+ | H = (2.5,a); | ||
+ | I = (1.5,a); | ||
+ | J = (1,0); | ||
+ | K = (3,0); | ||
+ | dot(G); | ||
+ | dot(H); | ||
+ | dot(I); | ||
+ | dot(J); | ||
+ | dot(K); | ||
label("2",(z,c),NE); | label("2",(z,c),NE); | ||
− | |||
− | |||
− | |||
label("1",(1.5,0),S); | label("1",(1.5,0),S); | ||
+ | label("1",(2.5,0),S); | ||
+ | label("1",(1.25,0.5a),SE); | ||
+ | label("1",(2.75,0.5a),SW); | ||
+ | label("1",(2.75,0.5a),SW); | ||
+ | label("$60^\circ$",anglemark(H,G,I),2*N); | ||
+ | draw(anglemark(H,G,I,8),blue); | ||
+ | draw(G--J--I--G); | ||
+ | draw(G--H--K--G); | ||
</asy> | </asy> | ||
Revision as of 17:56, 7 February 2020
Contents
Problem
As shown in the figure below, six semicircles lie in the interior of a regular hexagon with side length 2 so that the diameters of the semicircles coincide with the sides of the hexagon. What is the area of the shaded region — inside the hexagon but outside all of the semicircles?
Solution
Video Solution
~IceMatrix
See Also
2020 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
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.