document.write( "Question 1004539: find the length of the sides of a triangle whose vertices are (1,4),(-4,0),(3,-3)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621043 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Use the distance formula for each pair of vertices.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "E.g. d((1,4), (-4,0)) = sqrt((1-(-4))^2 + (-4-0)^2) = sqrt(25 + 16) = sqrt(41)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And so on. \n" ); document.write( " |