document.write( "Question 216632: find the distance between points at (m +4, n) and (m, n-3)\r
\n" );
document.write( "\n" );
document.write( "a)3.5
\n" );
document.write( "b)5
\n" );
document.write( "c)1
\n" );
document.write( "d)7 \n" );
document.write( "
Algebra.Com's Answer #163565 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! The distance formula is,,d =sqrt{ (y2-y1)^2 + (x2-x1)^2 } \n" ); document.write( ". \n" ); document.write( "subst for,,,(m+4,n),,,,,(m, n-3) \n" ); document.write( ". \n" ); document.write( "d=sqrt{(4)^2 + (3)^2} = sqrt{ 16+9} = sqrt{25} = 5,,,,,which is answer (b) \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |