|
Question 92539: Find the distance between each pair of points.
(-3,0) and (4,0)
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Find the distance between each pair of points.
(-3,0) and (4,0)
-----------------------
distance = sqrt[(change in x)^2 + (change in y)^2]
distance = sqrt[(4--3)^2 + (0-0)^2]
distance = sqrt[7^2 + 0^2]
distance = sqrt[7^2]
distance = 7 units
=================================
Cheers,
Stan H.
|
|
|
| |