Respuesta :

d(A,B) = √5 ≈ 2.2361


A = (2,8)
B = (4,7)
d = distance

-----/\------/\------/\------

sqrt((x2-x1)^2+(y2-y1)^2)
which can be simplified to
sqrt(5)