Asked by anonymous
how do you find the distance between two graphing points
Answers
Answered by
bobpursley
consider points (a,b,c) and (d,e,f) (in three dimensions)
distance between the points is
sqrt((a-d)^2 + (b-e)^2 + (c-f)^2 )
distance between the points is
sqrt((a-d)^2 + (b-e)^2 + (c-f)^2 )
Answered by
Jai
you use the distance formula:
d = sqrt[ (x2 - x1)^2 + (y2 - y1)^2 ]
where
(x1,y1) = first point
(x2,y2) = second point
hope this helps~ :)
d = sqrt[ (x2 - x1)^2 + (y2 - y1)^2 ]
where
(x1,y1) = first point
(x2,y2) = second point
hope this helps~ :)
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.