document.write( "Question 250510: WHICH SIDE IS LONGEST IN THE TRIANGLE WITH VERTICES A(1,2) B(3,-1) AND C(5,3)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #182394 by dabanfield(803) ![]() You can put this solution on YOUR website! WHICH SIDE IS LONGEST IN THE TRIANGLE WITH VERTICES A(1,2) B(3,-1) AND C(5,3)\r \n" ); document.write( "\n" ); document.write( "Use the distance formula to compute the distance for each side, AB, AC and BC.\r \n" ); document.write( "\n" ); document.write( "For example side AC is sqrt((5-1)^2 + (3-2)^2) = sqrt(16+1) = sqrt(17) \n" ); document.write( " |