The distance between two points (x1, y1) and (x2, y2) is given by the formula:
Distance = sqrt((x2 - x1)^2 + (y2 - y1)^2)
In this case, the points are (-7, -24) and (-7, 8). Plugging these values into the formula:
Distance = sqrt((-7 - (-7))^2 + (8 - (-24))^2)
Distance = sqrt(0^2 + 32^2)
Distance = sqrt(0 + 1024)
Distance = sqrt(1024)
Distance = 32
Therefore, the distance from (-7, -24) to (-7, 8) is 32 units.
What is the distance from (−7, −24) to (−7, 8)?
1 answer