쉬움기본 도형
평행선과 각의 크기
평행선에서 동위각의 성질을 이용하여 미지수의 각을 구하는 문제입니다.
2026학년도 수능중학교 1학년
문제
다음 그림에서 두 직선 과 이 서로 평행할 때, 의 크기는?
\begin{tikzpicture} \draw (-0.5,1) -- (4.5,1) node[left] {$l$}; \draw (-0.5,-1) -- (4.5,-1) node[left] {$m$}; \draw (0,2) -- (4,-2) node[right] {$t$}; % Define intersection points \coordinate (I_l) at (intersection of -0.5,1 -- 4.5,1 and 0,2 -- 4,-2); \coordinate (I_m) at (intersection of -0.5,-1 -- 4.5,-1 and 0,2 -- 4,-2); % Angle 135 degrees: at I_l, bottom-left (interior) % Draw arc from the left part of line l to the lower-left part of transversal t. \draw (I_l) ++(-0.5,0) arc (180:225:0.5); \node at ($(I_l) + (-0.3,-0.3)$) {$135^\circ$}; % Angle x: at I_m, bottom-left (interior) \draw (I_m) ++(-0.5,0) arc (180:225:0.5); \node at ($(I_m) + (-0.3,-0.3)$) {$x$}; \end{tikzpicture}🔐
문제를 풀려면 로그인해주세요
로그인하면 답을 확인하고, 풀이를 보고,
틀린 문제는 오답노트에 자동 저장됩니다.
#평행선#동위각#각의 크기#기본도형#수학#기본 도형