94.7k views
0 votes
Find the distance between the two points (-1,3) and (4,2) ?

User MCGRAW
by
4.6k points

1 Answer

5 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 Rue
by
5.4k points