To rotate a point \((x, y)\) 90 degrees clockwise about the origin, you can use the following transformation:
\[ (x, y) \rightarrow (y, -x) \]
Using the point \((-4, -6)\):
- Identify \(x = -4\) and \(y = -6\).
- Apply the transformation: \[ (-4, -6) \rightarrow (-6, 4) \]
So, the new point after rotation is \((-6, 4)\).
The correct response is:
\((-6, 4)\)