179k views
3 votes
Find the length of the line segment that joins the points (2, 5) and (9, 8).

√10
√52
√58

2 Answers

2 votes

Answer:

The answer is the square root of 58.

I got this question right on an assignment.

User Gotcha
by
7.3k points
3 votes
distance formula : sqrt ((x2 - x1)^2 + (y2 - y1)^2)
(2,5)...x1 = 2 and y1 = 5
(9,8)...x2 = 9 and y2 = 8
now we sub
d = sqrt ((9 - 2)^2 + (8 - 5)^2)
d = sqrt ((7^2) + (3^2))
d = sqrt (49 + 9)
d = sqrt 58 <===
User Ndronen
by
7.0k points