document.write( "Question 1074107: Find the distance between the pair of points (4,9) and (13,21) \n" ); document.write( "
Algebra.Com's Answer #688846 by ikleyn(52782)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Take the difference of x-coordinates: dx = 13 - 4 = 9.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Take the difference of y-coordinates: dy = 21 - 9 = 12.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now the distance is \"sqrt%28%28dx%29%5E2+%2B+%28dy%29%5E2%29%29\" = \"sqrt%289%5E2+%2B+12%5E2%29\" = 15.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );