Given a point (−7, 4) on a geometric figure, what is the new point after rotating the figure 90 degrees counterclockwise?

To rotate a point 90 degrees counterclockwise, swap the x and y coordinates and negate the new x coordinate.

So, the new x coordinate would be -(4) = -4 and the new y coordinate would be 7.

Therefore, the new point after rotating is (-4, 7).