Asked by Anonymous

How do you find the distance and midpoint between two points in the coordinate plane?

Answers

Answered by Steve
d = √(x2-x1)^2 + (y2-y1)^2
m = ((x1+x2)/2,(y1+y2)/2)

a web search (or a look at your text) will provide many examples
Answered by Anonymous
Thank you so much for the help
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions