document.write( "Question 86363: CAN SOMEONE HELP ME PLEASE this problem is confusing me. i don't get how to do it.\r
\n" );
document.write( "\n" );
document.write( "triangle RST has vertices R(3,2),S(-1,6), and T(-5,-6).
\n" );
document.write( "Use the Pythagorean Theorem to show that triangle RST is a right triangle \n" );
document.write( "
Algebra.Com's Answer #62477 by praseenakos@yahoo.com(507)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( " R(3,2)=(X1,Y1);S(-1,6)=(X2,Y2); T(-5,-6)=(X3,Y3) \n" ); document.write( " use distance formula to find RS,ST,&TR \n" ); document.write( " RS squared = (X2-x1)squared+(Y2-Y1)squared= (-4)squared+(4)squared=16+16=32 \n" ); document.write( " ST squared=(X3-X2)squared+(Y3-Y2)squared= (-4)squared+(-12)squared=16+144=160 \n" ); document.write( " TR squared=(X3-X1)squared+(Y3-Y1)squared= (-8)squared+(-8)squared=64+64=128 \n" ); document.write( " from the above we can conclude that RS squared+TR squared = ST squared \n" ); document.write( " therefore RST is a right triangle. \n" ); document.write( " \n" ); document.write( " |