asked 201k views
0 votes
Find the distance between the points (4,-3) and (5,1)
Distance =

1 Answer

4 votes

Answer:

d = sqrt(17)

Explanation:

d = sqrt( x2 - x1)^2 + (y2 - y1)^2 )

d = sqrt( (4 - 5)^2 + (-3 - 1)^2 )

d = sqrt( (-1)^2 + (-4)^2 )

d = sqrt ( 1 + 16)

d = sqrt(17)

answered
User Tyler McMaster
by
7.8k 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.