Answer:
To find the distance between two points, we can use the formula for the distance between two points in a coordinate plane, which is:
Distance = √((x2 - x1)^2 + (y2 - y1)^2)
Given the coordinates of the two points:
Point 1: (0, -9)
Point 2: (-4, -3)
Let's calculate the distance using the formula:
Distance = √((-4 - 0)^2 + (-3 - (-9))^2)
= √((-4)^2 + (-3 + 9)^2)
= √(16 + 36)
= √52
≈ 7.2 (rounded to the nearest tenth)
Therefore, the distance between the points (0, -9) and (-4, -3) is approximately 7.2 units (rounded to the nearest tenth)