document.write( "Question 474607: what is the distance between the points (-7,3) and (-2,-9)?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #325487 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
The distance between the points (x1,y1), (x2, y2)
\n" ); document.write( "\"d=sqrt%28%28x1-x2%29%5E2%2B%28y1-y2%29%5E2%29\"
\n" ); document.write( "the points (-7,3) and (-2,-9), so x1=-7, y1=3, x2=-2, y2=-9
\n" ); document.write( " units
\n" ); document.write( "
\n" );