document.write( "Question 1144139: determine whether a triangle with the given vertices is a right triangle
\n" );
document.write( "D (6,4),E (9,10),F(-2,8)
\n" );
document.write( "J (1,11),K (-1,-3), L(-7,5)
\n" );
document.write( "A (-7,2),B(-3,10) C(0,-2) \n" );
document.write( "
Algebra.Com's Answer #765142 by ikleyn(52914) You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "The simplest way - requiring minimum calculations - is to calculate three slopes for every side of the triangle\r\n" ); document.write( "\r\n" ); document.write( "and to check if there are two values of the slopes that are inversely opposite.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "If you find such a pair, it means that the corresponding sides are perpendicular.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "I will do it for you for the first three points.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "slope(DE) =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Do other cases similarly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Report your progress (!!)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |