To rotate a point \( (x, y) \) 90 degrees counterclockwise about the origin, you can use the rotation mapping rule which transforms the point as follows:
\[ (x, y) \rightarrow (-y, x) \]
Applying this rule to the point \( W(-4, 5) \):
- Identify \( x = -4 \) and \( y = 5 \).
- Substitute into the rotation formula: \[ W' = (-y, x) = (-5, -4) \]
So the coordinates of \( W' \) after a 90 degrees counterclockwise rotation about the origin are \( (-5, -4) \).
Therefore, the correct response is:
(-5, -4)