Find the distance d (P1, P2) between the points P1 and P2

P1 = (−4, 4) ; P2 = (1, 6)

wayne

1 answer

distance = √( (change-in-x)^2 + (change-in-y)^2)

sub in the values