1983 AHSME Problems/Problem 30
Revision as of 21:39, 17 January 2018 by Mathlovermc (talk | contribs) (Created page with "Since <math>\angle CAP = \angle CBP = 10^\circ</math>, quadrilateral <math>ABPC</math> is cyclic. [asy] import geometry; import graph; unitsize(2 cm); pair A, B, C, M, N, P...")
Since , quadrilateral
is cyclic.
[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); draw(A--B); draw(circumcircle(A,B,C),dashed);
label("", A, W);
label("
", B, E);
label("
", C, S);
label("
", M, SW);
label("
", N, SE);
label("
", P, S);
[/asy]
Since ,
, so
. Then
.
Since , triangle
is isosceles, and
. Then
. Hence,
.