Find the distance between the points (-8, -2) and (6, -1). Round to the nearest tenth(1 point)

1 answer

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

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

Plugging in the coordinates (-8, -2) and (6, -1):

d = sqrt((6 - (-8))^2 + (-1 - (-2))^2)
= sqrt((6 + 8)^2 + (-1 + 2)^2)
= sqrt(14^2 + 1^2)
= sqrt(196 + 1)
= sqrt(197)
≈ 14.0

Therefore, the distance between the points (-8, -2) and (6, -1) rounded to the nearest tenth is 14.0 units.