Question 535253: what is the distance between the points (1,1) nad (-0.5,-1)
Found 2 solutions by stanbon, fcabanski:Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website! what is the distance between the points (1,1) and (-0.5,-1)
---
distance = sqrt[(1--1)^2 + (1--0.5)^2]
---
= sqrt[2^2+1.5^2]
----
= sqrt[4+2.25]
----
= sqrt[6.25]
----
= 2.5
==============
Cheers,
Stan H.
==============