Asked by cdb1
what is the length of the line segment whose endpoints are (2,3) and (6, -7)
Answers
Answered by
bobpursley
Memorize the distance between two points formula
d(p1,p2)=sqrt((x1-x2)^2 + (y1-y2)^2)
d(p1,p2)=sqrt((x1-x2)^2 + (y1-y2)^2)