To find the distance between two points, we can use the distance formula:
Distance = √((x2 - x1)^2 + (y2 - y1)^2)
In this case, the two points are (-5, -5) and (-9, -2). Plugging the coordinates into the formula, we get:
Distance = √((-9 - (-5))^2 + (-2 - (-5))^2)
= √((-9 + 5)^2 + (-2 + 5)^2)
= √((-4)^2 + (3)^2)
= √(16 + 9)
= √25
= 5
Therefore, the distance between (-5, -5) and (-9, -2) is 5 units.
What is the distance between (-5, -5) and (-9, -2)
1 answer