Difference between revisions of "1952 AHSME Problems/Problem 37"
(→Solution: WIP) |
(→Solution) |
||
Line 11: | Line 11: | ||
== Solution == | == Solution == | ||
<asy> | <asy> | ||
− | pair A,B,C,D,E; | + | pair A,B,C,D,E,F,G; |
− | A=(0,0); B=(-5,4sqrt(3)+2); C=(5,4sqrt(3)+2); D=(-5,-4sqrt(3)-0.5); E=(5,-4sqrt(3)-0.5); | + | A=(0,0); B=(-5,4sqrt(3)+2); C=(5,4sqrt(3)+2); D=(-5,-4sqrt(3)-0.5); E=(5,-4sqrt(3)-0.5); F=(-4,0); G=(4,-sqrt(2)/2); |
− | label("$A$",(0,-0.5),S); label("$B$",B,SE); label("$C$",C,SW); label("$D$",D,SE); label("$E$",E,SW); | + | label("$A$",(0,-0.5),S); label("$B$",B,SE); label("$C$",C,SW); label("$D$",D,SE); label("$E$",E,SW); label("$F$",F,W); label("$G$",G,NE); |
draw(circle(A,8)); | draw(circle(A,8)); | ||
draw((-4,-4sqrt(3))--(-4,4sqrt(3))); | draw((-4,-4sqrt(3))--(-4,4sqrt(3))); | ||
Line 22: | Line 22: | ||
label("$4$",(-2.5,0.5)); label("$4$",(2.5,0.5)); label("$8$",(-2.5,3)); label("$8$",(2.5,3)); label("$8$",(-2.5,-3)); label("$8$",(2.5,-3)); | label("$4$",(-2.5,0.5)); label("$4$",(2.5,0.5)); label("$8$",(-2.5,3)); label("$8$",(2.5,3)); label("$8$",(-2.5,-3)); label("$8$",(2.5,-3)); | ||
</asy> | </asy> | ||
+ | |||
<math>\fbox{B}</math> | <math>\fbox{B}</math> | ||
Revision as of 09:48, 14 April 2020
Problem
Two equal parallel chords are drawn inches apart in a circle of radius inches. The area of that part of the circle that lies between the chords is:
Solution
See also
1952 AHSC (Problems • Answer Key • Resources) | ||
Preceded by Problem 36 |
Followed by Problem 38 | |
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 • 26 • 27 • 28 • 29 • 30 • 31 • 32 • 33 • 34 • 35 • 36 • 37 • 38 • 39 • 40 • 41 • 42 • 43 • 44 • 45 • 46 • 47 • 48 • 49 • 50 | ||
All AHSME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.