Mathology
보통기본 도형

평행선과 각의 관계

주어진 그림에서 평행선과 각의 성질을 이용하여 x\angle x의 크기를 구하는 문제입니다.

2026학년도 수능중학교 1학년

문제

오른쪽 그림에서 두 직선 llmm은 서로 평행할 때, x\angle x의 크기는?

\begin{center} \begin{tikzpicture} % Parallel lines l and m \draw[thick] (-3,0) -- (3,0) node[right] {ll}; \draw[thick] (-3,-2) -- (3,-2) node[right] {mm};

% Transversal line k \draw[thick] (-2,2) -- (2,-3) node[below] {kk};

% Points for labeling angles \coordinate (L1) at (-3,0); % Point on l to the left \coordinate (L_INT) at (-0.5,0); % Intersection on l \coordinate (L2) at (3,0); % Point on l to the right

\coordinate (M1) at (-3,-2); % Point on m to the left \coordinate (M_INT) at (1.5,-2); % Intersection on m \coordinate (M2) at (3,-2); % Point on m to the right

\coordinate (K_TOP) at (-2,2); % Point on k above l \coordinate (K_BOT) at (2,-3); % Point on k below m

% Mark the 130 degree angle (top-left exterior at L_INT) \draw pic[draw, angle radius=8mm, "{130130^\circ}", angle eccentricity=1.3] {angle = L1--L_INT--K_TOP};

% Mark angle x (bottom-right interior at M_INT) \draw pic[draw, angle radius=8mm, "{xx}"] {angle = M2--M_INT--K_BOT}; \end{tikzpicture} \end{center}

🔐

문제를 풀려면 로그인해주세요

로그인하면 답을 확인하고, 풀이를 보고,
틀린 문제는 오답노트에 자동 저장됩니다.

이전 문제
#중1수학#기본도형#평행선##동위각#수학#기본 도형
평행선과 각의 관계 - 기본 도형 풀이 | Mathology