To rotate a point \((x, y)\) 90 degrees counterclockwise about the origin, you can use the transformation:
\[ (x, y) \rightarrow (-y, x) \]
For the point \((-7, 4)\):
- \(x = -7\)
- \(y = 4\)
Applying the transformation:
\[ (-7, 4) \rightarrow (-4, -7) \]
So, after rotating the point \((-7, 4)\) 90 degrees counterclockwise, the new point is \((-4, -7)\).