보통기본 도형
평행선과 꺾은선에서 각의 크기 구하기
평행한 두 직선 사이의 꺾인 선에서 주어진 각의 크기를 이용하여 다른 각의 크기를 구하는 문제입니다.
2026학년도 수능중학교 1학년
문제
다음 그림에서 두 직선 과 이 서로 평행할 때, 의 크기는? (단, 점 A는 직선 위에, 점 B는 직선 위에, 점 P는 직선 과 사이에 있다.)
\begin{center}
\begin{tikzpicture}[scale=0.8]
% Parallel lines
\draw[thick] (-4,2) -- (4,2) node[right] {$l$};
\draw[thick] (-4,-2) -- (4,-2) node[right] {$m$};
% Points
\coordinate (A) at (-2,2);
\coordinate (P) at (0,0);
\coordinate (B) at (2,-2);
% Segments forming the "bent" line
\draw[thick] (A) -- (P);
\draw[thick] (P) -- (B);
% Labels for points
\node at (A) [above left] {A};
\node at (P) [below right] {P};
\node at (B) [below left] {B};
% Angle 30 degrees (angle CAP) - adjusted for visual clarity
\draw (A) ++ (180:0.7) arc (180:210:0.7);
\node at (-2.5,1.4) {\small $30^\circ$};
% Angle 40 degrees (angle PBD) - adjusted for visual clarity
\draw (B) ++ (0:0.7) arc (0:315:0.7); % Arc from right to upward for angle PBD
\node at (2.5,-1.4) {\small $40^\circ$};
% The angle to find is APB
\end{tikzpicture}
\end{center}
🔐
문제를 풀려면 로그인해주세요
로그인하면 답을 확인하고, 풀이를 보고,
틀린 문제는 오답노트에 자동 저장됩니다.
#평행선#엇각#기본 도형#각도#보조선#수학#기본 도형