To rotate the point \( A(2, 4) \) 90 degrees counterclockwise around the origin, you can use the transformation formula for rotation:
\[ (x, y) \rightarrow (-y, x) \]
Applying this transformation to the point \( (2, 4) \):
- Substitute \( x = 2 \) and \( y = 4 \):
\[ (-y, x) = (-4, 2) \]
So the new point after rotating \( A(2, 4) \) 90 degrees counterclockwise is \( (-4, 2) \).
Thus, the correct response is:
(−4, 2)