공통수학2평면좌표AI아주 기초 (2점~3점 초반)

세 변의 길이로 삼각형의 모양 판별

문제

세 점 A(0,1)\mathrm{A} \mathit{\left( 0 , 1 \right)}, B(4,3)\mathrm{B} \mathit{\left( 4 , 3 \right)}, C(2,7)\mathrm{C} \mathit{\left( 2 , 7 \right)}을 꼭짓점으로 하는 삼각형 ABC\mathrm{ABC}는 어떤 삼각형인가? [2점] 정삼각형AB=AC\displaystyle \overline{\mathrm{AB}} = \overline{\mathrm{AC}}인 이등변삼각형A\mathrm{A}가 직각인 직각삼각형B\mathrm{B}가 직각인 직각이등변삼각형세 변의 길이가 모두 다른 삼각형

정답 보기

자료 내려받기

아직 올라온 파일이 없습니다.

해설

AB2=(40)2+(31)2=20\displaystyle \overline{\mathrm{AB}} ^{2} = \left( 4 - 0 \right) ^{2} + \left( 3 - 1 \right) ^{2} = 20 BC2=(24)2+(73)2=20\displaystyle \overline{\mathrm{BC}} ^{2} = \left( 2 - 4 \right) ^{2} + \left( 7 - 3 \right) ^{2} = 20 AC2=(20)2+(71)2=40\displaystyle \overline{\mathrm{AC}} ^{2} = \left( 2 - 0 \right) ^{2} + \left( 7 - 1 \right) ^{2} = 40 AB=BC\displaystyle \overline{\mathrm{AB}} = \overline{\mathrm{BC}}이고 AB2+BC2=AC2\displaystyle \overline{\mathrm{AB}} ^{2} + \overline{\mathrm{BC}} ^{2} = \overline{\mathrm{AC}} ^{2}이므로 삼각형 ABC\mathrm{ABC}B\mathrm{B}가 직각인 직각이등변삼각형이다. ④

태그

비슷한 문제 더 보기

← 전체 문제 목록으로