보통도형의 닮음
삼각형의 닮음을 이용한 길이 구하기
닮음 도형의 성질을 이용하여 미지의 길이를 구하는 문제입니다.
2026학년도 수능중학교 2학년
문제
다음 그림에서 이고, , , 일 때, 의 길이는?
\begin{tikzpicture}
\coordinate (A) at (0,3);
\coordinate (B) at (-2,0);
\coordinate (C) at (3,0);
\coordinate (D) at ($(A)!0.4!(B)$); % 4/(4+6) = 0.4
\coordinate (E) at ($(A)!0.4!(C)$); % 4/(4+6) = 0.4
\draw (A) node[above] {$A$} -- (B) node[left] {$B$} -- (C) node[right] {$C$} -- cycle;
\draw (D) node[above left] {$D$} -- (E) node[above right] {$E$};
\draw[decorate,decoration={brace,amplitude=5pt},xshift=-4pt,yshift=0pt] (A) -- (D) node[midway,left=5pt] {$4$};
\draw[decorate,decoration={brace,amplitude=5pt},xshift=-4pt,yshift=0pt] (D) -- (B) node[midway,left=5pt] {$6$};
\node at ($(D)!0.5!(E)$) [below] {$6$};
\end{tikzpicture}
🔐
문제를 풀려면 로그인해주세요
로그인하면 답을 확인하고, 풀이를 보고,
틀린 문제는 오답노트에 자동 저장됩니다.
#도형의닮음#닮음비#삼각형의닮음#평행선#수학#도형의 닮음