Given the two coordinates (−6, 5) , and (−6, 10) , what is the distance between them on a coordinate plane?

The distance between the two points can be calculated using the formula for finding the distance between two points on a coordinate plane:

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

Plugging in the coordinates:
x1 = -6, y1 = 5
x2 = -6, y2 = 10

Distance = √((-6 - (-6))^2 + (10 - 5)^2)
Distance = √((0)^2 + (5)^2)
Distance = √(0 + 25)
Distance = √25
Distance = 5

Therefore, the distance between the two points (-6, 5) and (-6, 10) on a coordinate plane is 5.