To rotate the point \((-4, -6)\) 90 degrees counterclockwise, we can use the rotation transformation for points in the Cartesian plane. The transformation for a point \((x, y)\) rotated 90 degrees counterclockwise around the origin is \((-y, x)\).
Applying this to the point \((-4, -6)\):
-
Identify \(x\) and \(y\):
- \(x = -4\)
- \(y = -6\)
-
Apply the transformation: \[ \text{New } x = -y = -(-6) = 6 \] \[ \text{New } y = x = -4 \]
So the new point after the rotation is \((6, -4)\).
Thus, the correct response is: \[ (6, -4) \]