asked 204k views
2 votes
Find the distance between each pair of points

Find the distance between each pair of points-example-1
asked
User Jturi
by
7.2k points

1 Answer

3 votes
The distance between any two points can be expressed as:

d^2=(x2-x1)^2+(y2-y1)^2, where (x1,y1) and (x2,y2) are any two points.

In this case we have: (-4,7) and (8,7) so

d^2=(8--4)^2+(7-7)^2

d^2=12^2+0^2

d^2=144

d=√144

d=12 units
answered
User Holygeek
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.