To rotate a point \((x, y)\) 90 degrees counterclockwise around the origin, you can use the transformation:
\[ (x, y) \rightarrow (-y, x) \]
Given the point \((-7, 4)\):
-
Substitute \(-7\) for \(x\) and \(4\) for \(y\):
- \(x = -7\)
- \(y = 4\)
-
Apply the transformation:
- New \(x\) coordinate: \(-y = -4\)
- New \(y\) coordinate: \(x = -7\)
Thus, the new point after a 90 degrees counterclockwise rotation is:
\[ (-4, -7) \]