What is the distance between (4, -5) and (-6,7) ?
1 Answer
Explanation:
Use the distance formula which is
d= sqrt( (x_2 - x_1)^2 + (y_2 - y_1 )^2)
Now,
(x_1, y_1 ) = (4,-5)" " and" "(x_2, y_2) = (-6 ,7)
Substituting into formula gives
= sqrt ((-10)^2 + (12)^2)
=sqrt (100+144)
= sqrt(244)= 2 sqrt(61)