Question 901076
distance(d) = square root of ((X2-X1)^2 + (y2-y1)^2)
we are given two points (-2,2) and (2,-3)
d = square root( (2-(-2))^2 + (-3-2)^2)
d = square root( 16 + 25 ) = square root(41) = 6.4 units
answer d is correct answer