Ask Question
20 September, 21:12

In the diagram below, line MN is a diameter of the circle. Find angle XYZ, in degrees.

[asy]

unitsize (2 cm);

pair A, B, C, E, F, O;

O = (0,0);

E = dir (180);

F = dir (0);

A = dir (140);

C = dir (60);

B = extension (A, F, C, E);

draw (Circle ((0,0),1));

draw (E--C--O--A--F--cycle);

label ("$X$", A, NW);

dot ("$Y$", B, N);

label ("$Z$", C, NE);

label ("$M$", E, W);

label ("$N$", F, dir (0));

dot ("$O$", O, S);

label ("$80^/circ$", dir (30), NE);

label ("$35^/circ$", dir (160), W);

[/asy]

+1
Answers (1)
  1. 20 September, 22:38
    0
    By chasing the angles, angle XYZ works out to 133.5 degrees.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “In the diagram below, line MN is a diameter of the circle. Find angle XYZ, in degrees. [asy] unitsize (2 cm); pair A, B, C, E, F, O; O = ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers