보통기본 도형
평행선과 각의 크기
평행선에서 동위각과 엇각의 성질을 이용하여 미지 각의 크기를 구하는 문제입니다.
2026학년도 수능중학교 1학년
문제
다음 그림에서 두 직선 과 이 서로 평행할 때, 의 크기는? (단, 점선은 한 직선을 나타낸다.)
\begin{center}
\begin{tikzpicture}[scale=1]
% Parallel lines
\draw (-2,0) -- (3,0) node[right] {$l$};
\draw (-2,-2) -- (3,-2) node[right] {$m$};
% Transversal line
\draw (-1,1) -- (2.5,-3);
% Intersections
\coordinate (I1) at (intersection of -1,1--2.5,-3 and -2,0--3,0);
\coordinate (I2) at (intersection of -1,1--2.5,-3 and -2,-2--3,-2);
% Angle 120 degrees (exterior, top-left)
\pic [draw, angle radius=7mm, "$\\!120^\circ$"] {angle = {(I1)+(-0.5,0.5)--(I1)--(I1)+(-0.5,0)}};
% Angle x (interior, bottom-right)
\pic [draw, angle radius=7mm, "$x$"] {angle = {(I2)+(0.5,0)--(I2)--(I2)+(0.5,-0.5)}};
\end{tikzpicture}
\end{center}
🔐
문제를 풀려면 로그인해주세요
로그인하면 답을 확인하고, 풀이를 보고,
틀린 문제는 오답노트에 자동 저장됩니다.
#수학#기본 도형