document.write( "Question 192611: Determine if triangle ABC is a right triangle if it's verticies are A(-9,-2), B(-4,-4), C(-6,-9). \n" ); document.write( "
Algebra.Com's Answer #144597 by RAY100(1637) ![]() You can put this solution on YOUR website! check slope os AB and BC\r \n" ); document.write( "\n" ); document.write( "m(AB) = ( y2-y1)/(x2-x1)=(-2--4)/(-9--4)=(2)/(-5) =(-2/5)\r \n" ); document.write( "\n" ); document.write( "m(BC) = (-4--9)/(-4--6) = (5/2)\r \n" ); document.write( "\n" ); document.write( "as slopes are negative reciprocals, m(AB)=-1/m(BC), they are perpendicular\r \n" ); document.write( "\n" ); document.write( "as such angle ABC is 90 degrees and triangle is a right triangle by definition \n" ); document.write( " |