asked 167k views
3 votes
The coordinates of Point A are (-5,6. the coordinates of Point B se (2,6 ) fondo the length of the LINE segmentos with end Point. A and B

1 Answer

4 votes

Yoselin, this is the solution to the problerm:

Let's calculate the distance or length, as follows:

d = √(x2 - x1)² + (y2 - y1)²

d = √(2 - -5)² + (6 - 6)²

d = √7² + 0²

d = √49

d = 7

The length of the line segment is 7 units

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