Find the distance between each pair of points.

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

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.

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

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

Let's substitute the given points into the formula:

Point 1: (-8, -2)
Point 2: (6, -6)

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

Therefore, the distance between the points (-8, -2) and (6, -6) is approximately 14.6 units.

To find the distance between two points, we can use the distance formula, which is derived from the Pythagorean theorem. The distance formula states that for two points in a coordinate plane (x1, y1) and (x2, y2), the distance between them (d) can be calculated as follows:

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

In this case, the two points given are (-8, -2) and (6, -6). Let's substitute the coordinates into the formula to find the distance:

x1 = -8
y1 = -2
x2 = 6
y2 = -6

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

Therefore, the distance between the points (-8, -2) and (6, -6) is approximately 14.6 units.