Asked by Alex
How do I find the length of the segment AB when A(-4,6) and B(3,-5)
Answers
Answered by
Bosnian
Distance between 2 points is:
L=sqroot((x2-x1)^2+(y2-y1)^2)
Heare:
x1=-4 y1=6
x2=3 y2=-5
L=sqroot((3-(-4))^2+(-5-6)^2)
=sqroot((3+4)^2+(-11)^2)
=sqroot(7^2+(-11)^2)
=sqrot(49+121)
=sqroot(170)
L=sqroot((x2-x1)^2+(y2-y1)^2)
Heare:
x1=-4 y1=6
x2=3 y2=-5
L=sqroot((3-(-4))^2+(-5-6)^2)
=sqroot((3+4)^2+(-11)^2)
=sqroot(7^2+(-11)^2)
=sqrot(49+121)
=sqroot(170)
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.