Find the distance between each pair of points.

Round your answer to the nearest tenth, if necessary.
(-8, -2), (6, -6)

1 answer

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

The distance formula is given by:
d = √((x2 - x1)^2 + (y2 - y1)^2)

For the pair of points (-8, -2) and (6, -6), we can plug the values into the formula:

d = √((6 - (-8))^2 + (-6 - (-2))^2)
= √(14^2 + (-4)^2)
= √(196 + 16)
= √212
≈ 14.6

Therefore, the distance between the two points is approximately 14.6.