document.write( "Question 209203: the distance between the points (-4,6) and (-1,5 ) \n" ); document.write( "
Algebra.Com's Answer #158152 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Distance = sqrt{ (y2-y1)^2 + (x2-x1)^2] \n" ); document.write( ". \n" ); document.write( "for (-4,6) and (-1,5) \n" ); document.write( ". \n" ); document.write( "d= sqrt{ 6-5)^2 + (-4-(-1))^2} \n" ); document.write( ". \n" ); document.write( "d=sqrt{ 1 +9} \n" ); document.write( ". \n" ); document.write( "d=sqrt10 = 3.16 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |