asked 95.0k views
16 votes
How do you calculate the length of a line segment?

asked
User Lorz
by
8.5k points

1 Answer

11 votes

Answer:

Take the first endpoint's coordinate and the second endpoint's coordinate. insert the values in this equation:

(sqr root)(x2-x1)^2+(y2-y1)^2

x1 and y1 are the first point's coordinates

x2 and y2 are the second point's coordinates

answered
User Derwrecked
by
8.2k 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.