|
Question 435582: Find the distance between two points and round to two decimal points.
A(4,5),B(-3,-2)
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Find the distance between two points and round to two decimal points.
A(4,5),B(-3,-2)
--------------------------
distance = sqrt[(-2-5)^2+(-3-4)^2]
---
= sqrt[49+49]
---
= 7sqrt(2)
================
Cheers,
Stan H.
=============
Cheers,
Stan H.
|
|
|
| |