1983 AHSME Problems/Problem 30: Difference between revisions
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..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Since <math>\angle CAP = \angle CBP = 10^\circ</math>, quadrilateral <math>ABPC</math> is cyclic. | Since <math>\angle CAP = \angle CBP = 10^\circ</math>, quadrilateral <math>ABPC</math> is cyclic. | ||
<asy> | |||
import geometry; | import geometry; | ||
import graph; | import graph; | ||
| Line 23: | Line 23: | ||
draw(circumcircle(A,B,C),dashed); | draw(circumcircle(A,B,C),dashed); | ||
label(" | label("$A$", A, W); | ||
label(" | label("$B$", B, E); | ||
label(" | label("$C$", C, S); | ||
label(" | label("$M$", M, SW); | ||
label(" | label("$N$", N, SE); | ||
label(" | label("$P$", P, S); | ||
</asy> | |||
Since <math>\angle ACM = 40^\circ</math>, <math>\angle ACP = 140^\circ</math>, so <math>\angle ABP = 40^\circ</math>. Then <math>\angle ABC = \angle ABP - \angle CBP = 40^ | Since <math>\angle ACM = 40^\circ</math>, <math>\angle ACP = 140^\circ</math>, so <math>\angle ABP = 40^\circ</math>. Then <math>\angle ABC = \angle ABP - \angle CBP = 40^ | ||
Revision as of 14:14, 8 August 2018
Since
, quadrilateral
is cyclic.
Since
,
, so
. Then
.
Since
, triangle
is isosceles, and
. Then
. Hence,
.