Mathology
보통기본 도형

평행선과 각의 크기

두 평행선이 한 직선과 만날 때 생기는 각의 성질을 이용하여 미지수의 각을 구하는 문제입니다.

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

문제

다음 그림과 같이 두 평행선 l,ml, m이 한 직선 kk와 만난다. 직선 kk가 직선 ll과 만나는 교점의 오른쪽 위 외각의 크기가 130130^\circ일 때, 직선 kk가 직선 mm과 만나는 교점의 오른쪽 아래 내각인 x\angle x의 크기는? (lml \parallel m)

\begin{center}
\begin{tikzpicture}[scale=1]
    % Lines l and m
    \draw (-2.5,0) -- (2.5,0) node[right] {$l$};
    \draw (-2.5,-2) -- (2.5,-2) node[right] {$m$};

    % Transversal line k
    \draw (-2,1) -- (2,-3) node[below left] {$k$};

    % Intersection points
    \coordinate (A) at (intersection of -2.5,0--2.5,0 and -2,1--2,-3);
    \coordinate (B) at (intersection of -2.5,-2--2.5,-2 and -2,1--2,-3);

    % 130 degree angle (exterior, top-right of A)
    \path (A) ++(1,0) coordinate (P1);
    \path (A) ++(0.707,0.707) coordinate (P2);
    \draw pic[draw, angle radius=8mm, "$130^\circ$"] {angle = {P1--A--P2}};
    
    % Angle x (interior, bottom-right of B)
    \path (B) ++(1,0) coordinate (P3);
    \path (B) ++(0.707,-0.707) coordinate (P4);
    \draw pic[draw, angle radius=8mm, "$x$"] {angle = {P4--B--P3}};

\end{tikzpicture}
\end{center}
🔐

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

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

이전 문제
#기본 도형#평행선#각의 성질#중1 수학#수학#기본 도형
평행선과 각의 크기 - 기본 도형 풀이 | Mathology