To find the new location of point A (2, 4) after a 90-degree counterclockwise rotation around the origin, we can use the rotation formula:
For a point (x, y), after a 90-degree counterclockwise rotation, the new coordinates (x', y') are given by:
\[ x' = -y \] \[ y' = x \]
For point A (2, 4):
-
Calculate the new x-coordinate: \[ x' = -y = -4 \]
-
Calculate the new y-coordinate: \[ y' = x = 2 \]
After the rotation, point A moves to (-4, 2).
So, the final answer is: (−4, 2).