Difference between revisions of "2016 AMC 8 Problems/Problem 23"
m |
(→Solution 1) |
||
Line 4: | Line 4: | ||
==Solution 1== | ==Solution 1== | ||
− | Drawing the diagram[ | + | Drawing the diagram: |
+ | |||
+ | [asy] | ||
+ | pair A, B, C, D, E; | ||
+ | A = (0,0); | ||
+ | B = (10,0); | ||
+ | C = (-10,0); | ||
+ | D = (20,0); | ||
+ | E = (5, 8.75); | ||
+ | draw(Circle(A, 10)); | ||
+ | draw(Circle(B, 10)); | ||
+ | dot(A); | ||
+ | dot(B); | ||
+ | dot(C); | ||
+ | dot(D); | ||
+ | dot(E); | ||
+ | draw(C--D); | ||
+ | draw(A--E); | ||
+ | draw(B--E); | ||
+ | draw(C--E); | ||
+ | draw(D--E); | ||
+ | label("<math>A</math>", A, SW); | ||
+ | label("<math>B</math>", B, SE); | ||
+ | label("<math>C</math>", C, SW); | ||
+ | label("<math>D</math>", D, SE); | ||
+ | label("<math>E</math>", E, N); | ||
+ | [/asy] | ||
+ | we see that <math>\triangle EAB</math> is equilateral as each side is the radius of one of the two circles. Therefore, <math>\overarc{EB}=m\angle EAB-60^\circ</math>. Therefore, since it is an inscribed angle, <math>m\angle ECB=\frac{60^\circ}{2}=30^\circ</math>. So, in <math>\triangle ECD</math>, <math>m\angle ECB=m\angle EDA=30^\circ</math>, and <math>m\angle CED=180^\circ-30^\circ-30^\circ=120^\circ</math>. Our answer is <math>\boxed{\textbf{(C) }\ 120}</math>. | ||
==Solution 2== | ==Solution 2== |
Revision as of 09:45, 24 October 2018
Two congruent circles centered at points and
each pass through the other circle's center. The line containing both
and
is extended to intersect the circles at points
and
. The circles intersect at two points, one of which is
. What is the degree measure of
?
Solution 1
Drawing the diagram:
[asy]
pair A, B, C, D, E;
A = (0,0);
B = (10,0);
C = (-10,0);
D = (20,0);
E = (5, 8.75);
draw(Circle(A, 10));
draw(Circle(B, 10));
dot(A);
dot(B);
dot(C);
dot(D);
dot(E);
draw(C--D);
draw(A--E);
draw(B--E);
draw(C--E);
draw(D--E);
label("", A, SW);
label("
", B, SE);
label("
", C, SW);
label("
", D, SE);
label("
", E, N);
[/asy]
we see that
is equilateral as each side is the radius of one of the two circles. Therefore,
. Therefore, since it is an inscribed angle,
. So, in
,
, and
. Our answer is
.
Solution 2
As in Solution 1, observe that is equilateral. Therefore,
. Since
is a straight line, we conclude that
. Since
(both are radii of the same circle),
is isosceles, meaning that
. Similarly,
.
Now, . Therefore, the answer is
.
2016 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 22 |
Followed by Problem 24 | |
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 AJHSME/AMC 8 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.