document.write( "Question 1170155: Prove by means of slope that the three points (3,1), (6,0) and (4,4)
\n" );
document.write( "are the vertices of a right triangle. \n" );
document.write( "
Algebra.Com's Answer #795034 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Label the points: \n" ); document.write( "A @ (3,1) \n" ); document.write( "B @ (6,0) \n" ); document.write( "C @ (4,4) \r \n" ); document.write( "\n" ); document.write( "Slope_AB = (0-1)/(6-3) = -1/3 \n" ); document.write( "Slope_AC = (4-1)/(4-3) = 3 \r \n" ); document.write( "\n" ); document.write( "We don't need to go any further. Slope_AB = -1/Slope_AB so we know immediately line segment AB is perpendicular to line segment AC and ABC is a right triangle. \r \n" ); document.write( "\n" ); document.write( "(Lines with slopes m1 and m2 are perpendicular if their slopes are related by m2 = -1/m1) \n" ); document.write( " \n" ); document.write( " |