Answer:
To find the distance between two points, we can use the distance formula in a 2D coordinate plane:
$$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$$
Given the points (3, – 4) and (3, – 9), we can substitute the values into the formula:
$$d = \sqrt{(3 - 3)^2 + (-9 - (-4))^2}$$
Simplifying further:
$$d = \sqrt{0^2 + (-5)^2}$$
Calculating:
$$d = \sqrt{0 + 25}$$
Therefore, the distance between the points (3, – 4) and (3, – 9) is approximately **5 units**.
Please let me know if there's anything else I can help you with!