Mathology
매우 어려움도형의 닮음

엇갈린 두 선분의 길이 비

삼각형에서 주어진 변의 비를 이용하여 엇갈린 두 선분의 교점이 분할하는 비를 구하는 문제입니다.

2026학년도 수능중학교 2학년
단축키: 1~5선택Enter제출/다음

문제

그림과 같이 ABC\triangle ABC에서 점 DD는 변 ABAB 위에, 점 EE는 변 ACAC 위에 있다. AD:DB=2:1AD:DB = 2:1 이고, AE:EC=3:1AE:EC = 3:1 이다. 선분 BEBE와 선분 CDCD의 교점을 PP라고 할 때, BP:PEBP:PE를 가장 간단한 정수 비로 나타내면?

\begin{center} \begin{tikzpicture} \coordinate (A) at (0,3); \coordinate (B) at (-2,0); \coordinate (C) at (3,0);

\draw (A) -- (B) -- (C) -- cycle;

% D on AB with AD:DB = 2:1 \coordinate (D) at ((A)!0.6666!(B)(A)!0.6666!(B)); % 2/(2+1) = 2/3 % E on AC with AE:EC = 3:1 \coordinate (E) at ((A)!0.75!(C)(A)!0.75!(C)); % 3/(3+1) = 3/4

\draw (B) -- (E); \draw (C) -- (D);

\coordinate (P) at (intersection of B--E and C--D);

\node[above] at (A) {AA}; \node[below left] at (B) {BB}; \node[below right] at (C) {CC}; \node[left] at (D) {DD}; \node[right] at (E) {EE}; \node[above right] at (P) {PP};

% Label ratios % AD:DB \node[left] at ((A)!0.333!(D)(A)!0.333!(D)) {\small 22}; \node[left] at ((D)!0.5!(B)(D)!0.5!(B)) {\small 11}; % AE:EC \node[right] at ((A)!0.333!(E)(A)!0.333!(E)) {\small 33}; \node[right] at ((E)!0.5!(C)(E)!0.5!(C)) {\small 11};

\end{tikzpicture} \end{center}

답을 선택하세요

#도형의 닮음#삼각형의 닮음#보조선#선분비#수학#도형의 닮음
엇갈린 두 선분의 길이 비 - 도형의 닮음 풀이 | Mathology