SOLUTION: find the distance between the points. round to the nearest hundredth, if necessary. (3,9), (-5,1)

Algebra ->  Linear-equations -> SOLUTION: find the distance between the points. round to the nearest hundredth, if necessary. (3,9), (-5,1)      Log On


   



Question 319553: find the distance between the points. round to the nearest hundredth, if necessary.
(3,9), (-5,1)

Answer by user_dude2008(1862) About Me  (Show Source):
You can put this solution on YOUR website!
d=sqrt((x2-x1)^2+(y2-y1)^2)=sqrt((3--5)^2+(9-1)^2)=sqrt((8)^2+(8)^2)=sqrt(64+64)=sqrt(128)=8*sqrt(2)=11.3137085