5.8k views
3 votes
Find the distance between each pair of points. round to the nearest tenth. (8,2) & (-7,-7)

d = ? units

User Matt Lo
by
8.3k points

1 Answer

4 votes

Answer:

17.5 units.

Explanation:

To find the distance between two points, we can use the distance formula:

distance = sqrt((x2 - x1)^2 + (y2 - y1)^2)

where (x1, y1) and (x2, y2) are the coordinates of the two points.

Using the coordinates given in the problem, we can calculate the distance between (8, 2) and (-7, -7) as follows:

distance = sqrt((-7 - 8)^2 + (-7 - 2)^2)

distance = sqrt((-15)^2 + (-9)^2)

distance = sqrt(225 + 81)

distance = sqrt(306)

distance ≈ 17.5

Rounding to the nearest tenth, the distance between (8, 2) and (-7, -7) is approximately 17.5 units. Therefore, we can say that the distance between these two points is 17.5 units.

User Sshh
by
7.1k points