To rotate a point \((x, y)\) 90 degrees counterclockwise around the origin, you can use the following transformation:
\[ (x, y) \rightarrow (-y, x) \]
For the point \((-4, -6)\):
- Identify \(x\) and \(y\): \(x = -4\) and \(y = -6\).
- Apply the transformation:
- New \(x\) coordinate: \(-y = -(-6) = 6\)
- New \(y\) coordinate: \(x = -4\)
So, the new point after a 90-degree counterclockwise rotation is:
\[ (6, -4) \]
Therefore, the new point is \((6, -4)\).