document.write( "Question 31227: I don't know if I'm posting this in the right area but could you please help me. I need to find the distance between the points (-4,-6) and (-8,2). Simplify your answer. \n" ); document.write( "
Algebra.Com's Answer #17890 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! I don't know if I'm posting this in the right area but could you please help me. I need to find the distance between the points (-4,-6) and (-8,2). Simplify your answer. \n" ); document.write( "DISTANCE BETWEEN 2 POINTS (X1,Y1) AND (X2,Y2) IS GIVEN BY \n" ); document.write( "D=SQRT.{(X1-X2)^2+(Y1-Y2)^2}={(-4+8)^2+(-6-2)^2}^0.5=(16+64)^0.5=80^0.5=4*SQRT(5) \n" ); document.write( "=8.944 \n" ); document.write( " |