287,804 views
7 votes
7 votes
Find the distance between the two points round resolution to the 2 decimal points.

Find the distance between the two points round resolution to the 2 decimal points-example-1
User Werulz
by
3.0k points

1 Answer

26 votes
26 votes

The two points given are A(-5, -2) and B(4, -1).

The basic formula for calculating the distance between two points like these is given as

AB = √(x2 - x1)² + (y2 - y1)²

Where x1 = -5, x2 = 4, y1 = -2 and y2 = -1

The distance becomes;

AB = √(4 - [-5])² + (-1 - [-2])²

AB = √(4+5)² + (-1 + 2)²

AB = √(9² + 1²

AB = √81 + 1

AB = √82

AB = 9.05538

AB = 9.055 (Rounded to 2 decimal points)

User Surendrapanday
by
3.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.