document.write( "Question 508932: How do you use the distance formula to decide whether the three points are vertivles of a right triangle. For example (1,2)(-3,6)(1,-5) \n" ); document.write( "
| Algebra.Com's Answer #341209 by scott8148(6628)     You can put this solution on YOUR website! the distances between the points are the lengths of the sides of the triangle\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if it is a right triangle, the distances will follow Pythagoras ___ a^2 + b^2 = c^2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "BIG Hint: when you use the distance formula, you already have the squares of the sides \n" ); document.write( " |