To find the coordinates of point W' after a 90-degree counterclockwise rotation about the origin, we can use the rotation mapping rule for a 90-degree counterclockwise rotation, which transforms a point (x, y) to (-y, x).
-
Start with the coordinates of point W: \[ W(-3, 7) \]
-
Apply the rotation rule: \[ W' = (-y, x) = (-7, -3) \]
Thus, the new coordinates W' after the rotation are (-7, -3).
The correct answer is: D. (-7, -3).