Difference between revisions of "1969 AHSME Problems/Problem 15"
(Created page with "== Problem == In a circle with center <math>O</math> and radius <math>r</math>, chord <math>AB</math> is drawn with length equal to <math>r</math> (units). From <math>O</math>, ...") |
Rockmanex3 (talk | contribs) (Solution to Problem 15) |
||
(One intermediate revision by one other user not shown) | |||
Line 10: | Line 10: | ||
== Solution == | == Solution == | ||
− | |||
− | == See | + | <asy> |
− | {{AHSME box|year=1969|num-b=14|num-a=16}} | + | pair O = (0,0); |
+ | pair A = (-8.660,5); | ||
+ | pair B = (-8.660,-5); | ||
+ | pair M = (-8.660,0); | ||
+ | pair D = (-8.660*0.75,5*0.75); | ||
+ | draw(circle(O,10)); | ||
+ | dot(O); | ||
+ | label("$O$",O,E); | ||
+ | dot(A); | ||
+ | label("$A$",A,NW); | ||
+ | dot(B); | ||
+ | label("$B$",B,SW); | ||
+ | dot(M); | ||
+ | label("$M$",M,SE); | ||
+ | dot(D); | ||
+ | label("$D$",D,NE); | ||
+ | draw(A--B--O--A); | ||
+ | draw(O--M); | ||
+ | draw(M--D); | ||
+ | </asy> | ||
+ | |||
+ | Because <math>AO = OB = AB</math>, <math>\triangle AOB</math> is an [[equilateral triangle]], and <math>\angle OAB = 60^\circ</math>. Using 30-60-90 triangles, <math>AM = \tfrac{r}{2}</math>, <math>AD = \tfrac{r}{4}</math>, and <math>DM = \tfrac{r\sqrt{3}}{4}</math>. Thus, the area of <math>\triangle ADM</math> is <math>\tfrac{1}{2} \cdot \tfrac{r}{4} \cdot \tfrac{r\sqrt{3}}{4} = \boxed{\textbf{(D) } \tfrac{r^2 \sqrt{3}}{32}}</math>. | ||
+ | |||
+ | == See Also == | ||
+ | {{AHSME 35p box|year=1969|num-b=14|num-a=16}} | ||
[[Category: Introductory Geometry Problems]] | [[Category: Introductory Geometry Problems]] | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 17:29, 21 June 2018
Problem
In a circle with center and radius , chord is drawn with length equal to (units). From , a perpendicular to meets at . From a perpendicular to meets at . In terms of the area of triangle , in appropriate square units, is:
Solution
Because , is an equilateral triangle, and . Using 30-60-90 triangles, , , and . Thus, the area of is .
See Also
1969 AHSC (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Problem 16 | |
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 | ||
All AHSME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.