Difference between revisions of "2005 AMC 10A Problems/Problem 12"
(→See Also) |
Sravya m18 (talk | contribs) m (→Solution) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
The figure shown is called a ''trefoil'' and is constructed by drawing circular sectors about the sides of the congruent equilateral triangles. What is the area of a trefoil whose horizontal base has length <math>2</math>? | The figure shown is called a ''trefoil'' and is constructed by drawing circular sectors about the sides of the congruent equilateral triangles. What is the area of a trefoil whose horizontal base has length <math>2</math>? | ||
− | + | <asy> | |
+ | unitsize(1.5cm); | ||
+ | defaultpen(linewidth(.8pt)+fontsize(12pt)); | ||
− | <math> \ | + | pair O=(0,0), A=dir(0), B=dir(60), C=dir(120), D=dir(180); |
+ | pair E=B+C; | ||
+ | |||
+ | draw(D--E--B--O--C--B--A,linetype("4 4")); | ||
+ | draw(Arc(O,1,0,60),linewidth(1.2pt)); | ||
+ | draw(Arc(O,1,120,180),linewidth(1.2pt)); | ||
+ | draw(Arc(C,1,0,60),linewidth(1.2pt)); | ||
+ | draw(Arc(B,1,120,180),linewidth(1.2pt)); | ||
+ | draw(A--D,linewidth(1.2pt)); | ||
+ | draw(O--dir(40),EndArrow(HookHead,4)); | ||
+ | draw(O--dir(140),EndArrow(HookHead,4)); | ||
+ | draw(C--C+dir(40),EndArrow(HookHead,4)); | ||
+ | draw(B--B+dir(140),EndArrow(HookHead,4)); | ||
+ | |||
+ | label("2",O,S); | ||
+ | draw((0.1,-0.12)--(1,-0.12),EndArrow(HookHead,4),EndBar); | ||
+ | draw((-0.1,-0.12)--(-1,-0.12),EndArrow(HookHead,4),EndBar); | ||
+ | </asy> | ||
+ | |||
+ | <math> \textbf{(A) }\frac{1}{3}\pi+\frac{\sqrt{3}}{2}\qquad \textbf{(B) } \frac{2}{3}\pi\qquad \textbf{(C) } \frac{2}{3}\pi+\frac{\sqrt{3}}{4}\qquad \textbf{(D) } \frac{2}{3}\pi+\frac{\sqrt{3}}{3}\qquad \textbf{(E) } \frac{2}{3}\pi+\frac{\sqrt{3}}{2} </math> | ||
==Solution== | ==Solution== | ||
− | The area of the ''trefoil'' is equal to the area of | + | The area of the ''trefoil'' is equal to the area of the big equilateral triangle plus the area of four <math>60^\circ</math> sectors with a radius of <math>\frac{2}{2}=1</math> minus the area of a small equilateral triangle. |
This is equivalent to the area of four <math>60^\circ</math> sectors with a radius of <math>1</math>. | This is equivalent to the area of four <math>60^\circ</math> sectors with a radius of <math>1</math>. | ||
− | So the answer is | + | So the answer is <math>4\cdot\frac{60}{360}\cdot\pi\cdot1^2 = \frac{4}{6}\cdot\pi = \boxed{\textbf{(B) }\frac{2}{3}\pi} </math> |
− | |||
− | <math>4\cdot\frac{60}{360}\cdot\pi\cdot1^2 = \frac{4}{6}\cdot\pi = \frac{2}{3}\pi | ||
==See also== | ==See also== | ||
{{AMC10 box|year=2005|ab=A|num-b=11|num-a=13}} | {{AMC10 box|year=2005|ab=A|num-b=11|num-a=13}} | ||
− | |||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 15:40, 2 June 2024
Problem
The figure shown is called a trefoil and is constructed by drawing circular sectors about the sides of the congruent equilateral triangles. What is the area of a trefoil whose horizontal base has length ?
Solution
The area of the trefoil is equal to the area of the big equilateral triangle plus the area of four sectors with a radius of minus the area of a small equilateral triangle.
This is equivalent to the area of four sectors with a radius of .
So the answer is
See also
2005 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 11 |
Followed by Problem 13 | |
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.