142k views
2 votes
Calculate the distance between two points a(-9,-10) and b(0,-10)

User Sshet
by
4.0k points

1 Answer

4 votes

Answer:

The distance between two points on a 2D coordinate plane can be found using the following distance formula. d = √ (x2 - x1)2 + (y2 - y1)2. where (x 1, y 1) and (x 2, y 2) are the coordinates

Explanation:

User Bjdose
by
3.0k points