document.write( "Question 672315: ABC has vertices A(–2, 4), B(6, 0), and C(–4, 0). Is ABC a right triangle? \n" ); document.write( "
Algebra.Com's Answer #417912 by sachi(548)![]() ![]() You can put this solution on YOUR website! 1st solution \n" ); document.write( "slope AB=(0-4)/(6+2)=-4/8=-1/2 \n" ); document.write( "slope BC=0-0/-4-6=0 \n" ); document.write( "slope CA=4-0/-2+4=4/2=2 \n" ); document.write( "for ABC to be a right triangle slope any two sides should be -1 \n" ); document.write( "slope AB*slope CA=-1 \n" ); document.write( "so ABC is a right triangle with \n" ); document.write( "\n" ); document.write( "2nd solution \n" ); document.write( "|AB|^2=(-2-6)^2+(4-0)^2=80 \n" ); document.write( "|BC|^2=(6+4)^2+(0)=100 \n" ); document.write( "|CA|^2=(-2+4)^2+(4-0)^2=20 \n" ); document.write( "|BC|^2=|AB|^2+|CA|^2 \n" ); document.write( "so ABC is a right triangle with \n" ); document.write( "ans \n" ); document.write( " |