To find the distance between two points, (-8,10) and (-2,2), we can use the distance formula.
The distance formula is given by:
d = √((x2-x1)^2 + (y2-y1)^2)
Let's substitute the given coordinates into the formula:
d = √((-2-(-8))^2 + (2-10)^2)
Simplifying further:
d = √((6)^2 + (-8)^2)
d = √(36 + 64)
d = √100
d = 10
Therefore, the distance between the two points is 10 units.