평행선과 꺾인 선의 각
평행선 사이에 놓인 꺾인 선에서 주어진 각의 정보를 이용하여 미지각의 크기를 구하는 문제입니다.
문제
두 직선 과 이 서로 평행하고, 직선 와 직선 는 각각 두 직선 과 만나 하나의 꺾인 선을 이룬다. 그림에서 이고 일 때, 의 크기는?
\begin{center} \begin{tikzpicture}[scale=0.8] \coordinate (A) at (0,3); \coordinate (B) at (4,0); \coordinate (C) at (2,1.5); \coordinate (X) at (-1,3); \coordinate (P) at (5,3); \coordinate (Y) at (1,0); \coordinate (Q) at (5,0);
\draw (X) -- (P); \node at (-1.5,3) {};
\draw (Y) -- (Q); \node at (-1.5,0) {};
\draw (A) -- (C); \draw (C) -- (B);
\node at (A) [above left] {}; \node at (B) [below right] {}; \node at (C) [left] {};
\node at (X) [above] {}; \node at (Y) [below] {};
\pic [draw, angle radius=1.0cm, "{}"] {angle = X--A--C}; \pic [draw, angle radius=1.0cm, "{}"] {angle = Y--B--C};
\end{tikzpicture} \end{center}
문제를 풀려면 로그인해주세요
로그인하면 답을 확인하고, 풀이를 보고,
틀린 문제는 오답노트에 자동 저장됩니다.