document.write( "Question 259166: On a coordinate graph, what's the distance from 6,3 and 4,-6 \n" ); document.write( "
Algebra.Com's Answer #190813 by CharlesG2(834)\"\" \"About 
You can put this solution on YOUR website!
On a coordinate graph, what's the distance from 6,3 and 4,-6\r
\n" ); document.write( "\n" ); document.write( "distance D = sqrt((x2-x1)^2+(y2-y1)^2)\r
\n" ); document.write( "\n" ); document.write( "D = sqrt((4-6)^2 + (-6-3)^2)
\n" ); document.write( "D = sqrt(-2^2 + -9^2)
\n" ); document.write( "D = sqrt(4 + 81)
\n" ); document.write( "D = sqrt(85) = 9.219544 rounded to 6 places
\n" ); document.write( "
\n" ); document.write( "
\n" );