document.write( "Question 1203533: A triangle has the coordinates (2, 7), (3, 5) and (1,0)\r
\n" ); document.write( "\n" ); document.write( "Is this a right triangle?
\n" ); document.write( "

Algebra.Com's Answer #839180 by ikleyn(53765)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A triangle has the coordinates (2, 7), (3, 5) and (1,0).\r
\n" ); document.write( "\n" ); document.write( "Is this a right triangle?
\n" ); document.write( "~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let the points be A= (2,7),  B= (3,5), C= (1,0).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the three vectors are\r\n" );
document.write( "\r\n" );
document.write( "    AB = (3-2,5-7) = (1,-2)\r\n" );
document.write( "\r\n" );
document.write( "    AC = (1-2,0-7) = (-1,-7)\r\n" );
document.write( "\r\n" );
document.write( "    BC = (1-3,0-5) = (-2,-5)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The trianle is right-angled if and only if one of the three scalar product of these three vectors is zero.\r\n" );
document.write( "So, calculate the scalar products\r\n" );
document.write( "\r\n" );
document.write( "    AB * AC = 1*(-1) + (-2)*(-7) = -1 + 14 = 13;\r\n" );
document.write( "\r\n" );
document.write( "    AB * BC = 1*(-2) + (-2)*(-5) = -2 + 10 = -8;\r\n" );
document.write( "\r\n" );
document.write( "    AC * BC = (-1)*(-2) + (-7)*(-5) = 2 + 35 = 37.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "As you see, no one scalar product is zero - so we conclude that the triangle is not a right-angled triangle.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );