Difference between revisions of "1952 AHSME Problems/Problem 37"
(Created page with "== Problem == Two equal parallel chords are drawn <math>8</math> inches apart in a circle of radius <math>8</math> inches. The area of that part of the circle that lies between ...") |
(→Solution: WIP) |
||
Line 10: | Line 10: | ||
== Solution == | == Solution == | ||
− | <math>\fbox{}</math> | + | <asy> |
+ | pair A,B,C,D,E; | ||
+ | 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); | ||
+ | label("$A$",(0,-0.5),S); label("$B$",B,SE); label("$C$",C,SW); label("$D$",D,SE); label("$E$",E,SW); | ||
+ | draw(circle(A,8)); | ||
+ | draw((-4,-4sqrt(3))--(-4,4sqrt(3))); | ||
+ | draw((4,-4sqrt(3))--(4,4sqrt(3))); | ||
+ | draw((-4,-4sqrt(3))--(4,4sqrt(3))); | ||
+ | draw((4,-4sqrt(3))--(-4,4sqrt(3))); | ||
+ | draw((4,0)--(-4,0)); | ||
+ | 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> | ||
+ | <math>\fbox{B}</math> | ||
== See also == | == See also == |
Revision as of 21:42, 13 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.