document.write( "Question 92539: Find the distance between each pair of points.\r
\n" );
document.write( "\n" );
document.write( "(-3,0) and (4,0) \n" );
document.write( "
Algebra.Com's Answer #67369 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the distance between each pair of points. \n" ); document.write( "(-3,0) and (4,0) \n" ); document.write( "----------------------- \n" ); document.write( "distance = sqrt[(change in x)^2 + (change in y)^2] \n" ); document.write( "distance = sqrt[(4--3)^2 + (0-0)^2] \n" ); document.write( "distance = sqrt[7^2 + 0^2] \n" ); document.write( "distance = sqrt[7^2] \n" ); document.write( "distance = 7 units \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |