Mathology
매우 어려움기본 도형

평행선과 각의 복합 추론

평행선, 연장선, 각의 관계를 이용해 고난도 각의 크기를 추론하는 문제입니다.

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

문제

두 평행선 l1l_1l2l_2가 있습니다. 점 AAl1l_1 위에, 점 BBl2l_2 위에 있습니다. 점 PPl1l_1l2l_2 사이에 위치합니다. 선분 APAP의 연장선이 l2l_2와 만나는 점을 EE라 하고, 선분 BPBP의 연장선이 l1l_1과 만나는 점을 FF라 합니다.

l1l_1 위에서 점 AA의 왼쪽에 점 CC를 잡고, l2l_2 위에서 점 BB의 오른쪽에 점 DD를 잡습니다.

다음 조건들을 만족할 때, EFD\angle EFD의 크기를 구하시오.

(조건 1) CAP=15\angle CAP = 15^\circ (조건 2) PBD=3PBA\angle PBD = 3 \angle PBA (조건 3) APB=90\angle APB = 90^\circ

graph TD
    subgraph L1 [평행선 $l_1$]
        C --- A --- F
    end
    subgraph L2 [평행선 $l_2$]
        E --- B --- D
    end

    A -- AP --> P
    P -- PE --> E
    B -- BP --> P
    P -- PF --> F

    linkStyle 0 stroke-width:0px;
    linkStyle 1 stroke-width:0px;
    linkStyle 2 stroke-width:0px;
    linkStyle 3 stroke-width:0px;
    linkStyle 4 stroke-width:0px;
    linkStyle 5 stroke-width:0px;
    linkStyle 6 stroke-width:0px;
    linkStyle 7 stroke-width:0px;
    linkStyle 8 stroke-width:0px;

    style C fill:#fff,stroke:#fff,stroke-width:0px,color:#333;
    style A fill:#fff,stroke:#fff,stroke-width:0px,color:#333;
    style F fill:#fff,stroke:#fff,stroke-width:0px,color:#333;
    style E fill:#fff,stroke:#fff,stroke-width:0px,color:#333;
    style B fill:#fff,stroke:#fff,stroke-width:0px,color:#333;
    style D fill:#fff,stroke:#fff,stroke-width:0px,color:#333;
    style P fill:#fff,stroke:#fff,stroke-width:0px,color:#333;
🔐

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

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

이전 문제
#수학#기본 도형#고난도
평행선과 각의 복합 추론 - 기본 도형 풀이 | Mathology