To find the new coordinates of point A (2, 4) after a 90-degree counterclockwise rotation around the origin (0, 0), we can use the following transformation rule:
For a point (x, y), the coordinates after a 90-degree counterclockwise rotation become (-y, x).
Applying this to point A (2, 4):
- The x-coordinate becomes -y, which is -4.
- The y-coordinate becomes x, which is 2.
Thus, after the rotation, point A will be at (-4, 2).
The correct response is: (−4, 2)