asked 76.3k views
1 vote
What is the distance between points (5, 5) and (1, 5) on a coordinate plane? units

asked
User Veer
by
8.5k points

1 Answer

7 votes
Distance (D) between two points is solved through the equation,
D = sqrt ((y2 - y1)² + (x2 - x1)²)

Substituting the values of the coordinates of the given points,
D = sqrt ((5 -5)² + (1 - 5)²) = 4

Thus, the distance between these two points is 4 units.
answered
User Jordan Upham
by
8.3k points

No related questions found