SOLUTION: what is the distance between the points (4 5) and (1 1)

Algebra ->  Sequences-and-series -> SOLUTION: what is the distance between the points (4 5) and (1 1)       Log On


   



Question 1024309: what is the distance between the points (4 5) and (1 1)

Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
The distance formula is used here:
d+=+sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2+%2B+%28y%5B2%5D-y%5B1%5D%29%5E2%29
Plugging in we get
d = sqrt((4-1)^2 + (5-1)^2)
d = sqrt(3^2 + 4^2)
d = sqrt(9+16) = sqrt(25) = 5