Given the two coordinates (-6,5), and (-6 10). What is the distance between the distance between them on a corrdoniate plane?

To find the distance between two points on a coordinate plane, we can use the distance formula:

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

In this case, the points are (-6, 5) and (-6, 10). Plugging these values into the formula:

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 the coordinate plane is 5 units.