Question 518914
Use the formula for Distance between two points:-
d=sqrt((x1-x2)^2+(y1+y2)^2)
Pints (8,4),(-5,-3)
d=sqrt((8-(-5))^2+(4-(-3))^2)
d=sqrt((8+5))^2+(4+3)^2)
d=sqrt((13)^2+(7)^2)
d=sqrt(169+49)
d=sqrt(218)
d=14.76