178,627 views
4 votes
4 votes
Find the distance between the two points (-1,3) and (4,2) ?

User Mrmuggles
by
2.4k points

1 Answer

27 votes
27 votes

Answer:

sqrt(26) units

Explanation:

Use the formula d=sqrt((x2-x1)^2 + (y2-y1)^2). d is the distance, and (x1, y1) and (x2, y2) are the points.

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

=sqrt(5^2 + (-1)^2)

=sqrt(25+1)

=sqrt(26)

User Raed Shomali
by
3.1k points