To find the new coordinates of point A (2, 4) after a 270-degree counterclockwise rotation around the origin (0, 0), we can use the rotation formula. The formula for rotating a point \((x, y)\) by \(270^\circ\) counterclockwise is given by:
\[ (x', y') = (y, -x) \]
Applying this to point A (2, 4):
- The x-coordinate becomes the y-coordinate: \(y = 4\).
- The y-coordinate becomes the negative of the x-coordinate: \(-x = -2\).
So, after the rotation:
\[ A' = (4, -2) \]
Thus, the new point after rotating point A (2, 4) by 270 degrees counterclockwise is \((4, -2)\).
The correct response is:
(4,−2)