Find the distance between the points (-2, 3) and (4, -5)

distance = √( (4-(-2))^2 + (-5-3)^2 )

= √(36 + 64)
= √100
= 10