document.write( "Question 435627: Find the distance between the two points. Round your result to two decimal places.
\n" );
document.write( "S(9,-1),T(2,-6) \n" );
document.write( "
Algebra.Com's Answer #301465 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Distance between two points \n" ); document.write( "x1 y1 x2 y2 \n" ); document.write( "d= \n" ); document.write( "9 -1 2 -6 \n" ); document.write( "d= \n" ); document.write( "d= \n" ); document.write( "d= \n" ); document.write( "d= 8.60 \n" ); document.write( " |