Respuesta :

distance = square root ((x2 - x1)^2 + (y2 - y1)^2)
(2,0)...x1 = 2 and y1 = 0
(5,-1)..x2 = 5 and y2 = -1
sub and solve
d = sqrt ((5 - 2)^2 + (-1 - 0)^2)
d = sqrt ((3^2) + (-1^2))
d = sqrt (9 + 1)
d = sqrt 10 <==
ACCESS MORE
EDU ACCESS