document.write( "Question 1045545: show in a new way that the points (-1 -2), (5 4), (-3 0) are the vertices of a right triangle \n" ); document.write( "
Algebra.Com's Answer #661058 by robertb(5830)![]() ![]() You can put this solution on YOUR website! A vector associated with the points (-1,-2) and (5,4) is < 5--1, 4--2 > = < 6, 6 >.\r \n" ); document.write( "\n" ); document.write( "A vector associated with the points (-1,-2) and (-3,0) is < -3--1,0--2 > = < -2,2 >.\r \n" ); document.write( "\n" ); document.write( "Two vectors are perpendicular (or orthogonal) if their dot product is 0, \r \n" ); document.write( "\n" ); document.write( "< 6,6 >*<-2,2 > = -12 + 12 = 0.\r \n" ); document.write( "\n" ); document.write( "This, however, is not a new way, just a little level higher. \r \n" ); document.write( "\n" ); document.write( "Another way of showing this perpendicularity, but still not a \"new\" way, just a level lower, is \n" ); document.write( "getting the slope of the line passing through (-1,-2) and \n" ); document.write( "(5,4) and comparing this with the slope of the line passing through (-1,-2) \n" ); document.write( "and (-3,0). \n" ); document.write( " |