asked 122k views
5 votes
What are the two ways you can find the distance between points (X1,Y1) and (x2,y2) in the coordinate

plane?

asked
User Wilbeibi
by
8.4k points

1 Answer

5 votes

The first (and most typical) way to find distance of two points is by using the distance formula.


distance=\sqrt{(x_(2)-x_(1))^2+(y_(2)-y_(1))^2 }

One alternative is the Manhattan metric, also called the taxicab metric. This option is much more complicated, and rarely used in high school math. d(x,y)=∑i|xi-yi|

answered
User Ironkeith
by
7.1k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.