document.write( "Question 319553: find the distance between the points. round to the nearest hundredth, if necessary.
\n" ); document.write( "(3,9), (-5,1)
\n" ); document.write( "

Algebra.Com's Answer #228849 by user_dude2008(1862)\"\" \"About 
You can put this solution on YOUR website!
d=sqrt((x2-x1)^2+(y2-y1)^2)=sqrt((3--5)^2+(9-1)^2)=sqrt((8)^2+(8)^2)=sqrt(64+64)=sqrt(128)=8*sqrt(2)=11.3137085 \n" ); document.write( "
\n" );