SOLUTION: how do I begain to find the distance between each pair of points. (-5,-2) and (-7,-1)
Algebra
->
Radicals
-> SOLUTION: how do I begain to find the distance between each pair of points. (-5,-2) and (-7,-1)
Log On
Algebra: Radicals -- complicated equations involving roots
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Radicals
Question 374153
:
how do I begain to find the distance between each pair of points.
(-5,-2) and (-7,-1)
Found 2 solutions by
jim_thompson5910, rfer
:
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
Note:
is the first point
. So this means that
and
.
Also,
is the second point
. So this means that
and
.
Start with the distance formula.
Plug in
,
,
, and
.
Subtract
from
to get
.
Subtract
from
to get
.
Square
to get
.
Square
to get
.
Add
to
to get
.
So our answer is
Which approximates to
So the distance between the two points is approximately 2.236 units.
If you need more help, email me at
jim_thompson5910@hotmail.com
Also, feel free to check out my
tutoring website
Jim
Answer by
rfer(16322)
(
Show Source
):
You can
put this solution on YOUR website!
you use a form of the Pythagorem therom
d=sqrt((-7--5)^2+(-1--2)^2)
d=sqrt((-2)^2+(1)^2)
d=sqrt(4+1)
d=2.236