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

1 answer

distance between 2 points (a,b) and (c,d)
= √( (c-a)^2 + (d-b)^2 )

sub in your values