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 )
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~ :)
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions