what is the distance between the points (-5, 2) and (-6, 10).

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

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

In this case, the points are (-5, 2) and (-6, 10).

So, x1 = -5, y1 = 2
x2 = -6, y2 = 10

Plugging these values into the formula:

distance = √((-6 - (-5))^2 + (10 - 2)^2)
distance = √((-1)^2 + 8^2)
distance = √(1 + 64)
distance = √65

Therefore, the distance between the points (-5, 2) and (-6, 10) is √65 or approximately 8.06 units.

what is the horizontal distance

The horizontal distance between two points is simply the difference in their x-coordinates.

In this case, the points are (-5, 2) and (-6, 10).

So, to find the horizontal distance, we subtract the x-coordinate of the first point from the x-coordinate of the second point:

Horizontal distance = -6 - (-5)
Horizontal distance = -6 + 5
Horizontal distance = -1

Therefore, the horizontal distance between the points (-5, 2) and (-6, 10) is 1 unit.