Difference between revisions of "1983 AHSME Problems/Problem 30"
(→Problem) |
MRENTHUSIASM (talk | contribs) m (→Problem) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
The point <math>P</math> is on <math>CN</math> and <math>\angle CAP = \angle CBP = 10^{\circ}</math>. If <math>\stackrel{\frown}{MA} = 40^{\circ}</math>, then <math>\stackrel{\frown}{BN}</math> equals | The point <math>P</math> is on <math>CN</math> and <math>\angle CAP = \angle CBP = 10^{\circ}</math>. If <math>\stackrel{\frown}{MA} = 40^{\circ}</math>, then <math>\stackrel{\frown}{BN}</math> equals | ||
− | + | <asy> | |
+ | import geometry; | ||
+ | import graph; | ||
+ | |||
+ | unitsize(2 cm); | ||
+ | |||
+ | pair A, B, C, M, N, P; | ||
+ | |||
+ | M = (-1,0); | ||
+ | N = (1,0); | ||
+ | C = (0,0); | ||
+ | A = dir(140); | ||
+ | B = dir(20); | ||
+ | P = extension(A, A + rotate(10)*(C - A), B, B + rotate(10)*(C - B)); | ||
+ | |||
+ | draw(M--N); | ||
+ | draw(arc(C,1,0,180)); | ||
+ | draw(A--C--B); | ||
+ | draw(A--P--B); | ||
+ | |||
+ | label("$A$", A, NW); | ||
+ | label("$B$", B, E); | ||
+ | label("$C$", C, S); | ||
+ | label("$M$", M, SW); | ||
+ | label("$N$", N, SE); | ||
+ | label("$P$", P, S); | ||
+ | </asy> | ||
<math>\textbf{(A)}\ 10^{\circ}\qquad | <math>\textbf{(A)}\ 10^{\circ}\qquad | ||
Line 38: | Line 64: | ||
draw(circumcircle(A,B,C),dashed); | draw(circumcircle(A,B,C),dashed); | ||
− | label("$A$", A, | + | label("$A$", A, NW); |
label("$B$", B, E); | label("$B$", B, E); | ||
label("$C$", C, S); | label("$C$", C, S); | ||
Line 55: | Line 81: | ||
{{MAA Notice}} | {{MAA Notice}} | ||
− | |||
− |
Latest revision as of 22:42, 2 December 2021
Problem
Distinct points and are on a semicircle with diameter and center . The point is on and . If , then equals
Solution
Since , quadrilateral is cyclic (as shown below) by the converse of the theorem "angles inscribed in the same arc are equal".
Since , , so, using the fact that opposite angles in a cyclic quadrilateral sum to , we have . Hence .
Since , triangle is isosceles, with . Now, . Finally, again using the fact that angles inscribed in the same arc are equal, we have .
See Also
1983 AHSME (Problems • Answer Key • Resources) | ||
Preceded by Problem 29 |
Followed by Last Problem | |
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 | ||
All AHSME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.