To find the new coordinates of the point (9, -3) when it is rotated counterclockwise about the origin 180 degrees, you can use the following rule for rotation:
- A 180-degree rotation around the origin changes the coordinates (x, y) to (-x, -y).
Applying this rule to the point (9, -3):
- The new x-coordinate will be -9.
- The new y-coordinate will be -(-3), which is 3.
So the new point after the rotation is (-9, 3).
Therefore, the correct response is:
(−9, 3).