To find the new coordinates of point A(2, 4) after rotating 90 degrees counterclockwise around the origin, we can use the following transformation:
When a point (x, y) is rotated 90 degrees counterclockwise, the new coordinates (x', y') become: \[ (x', y') = (-y, x) \]
Applying this to point A(2, 4):
- Identify the coordinates: x = 2, y = 4.
- Apply the transformation:
- x' = -y = -4
- y' = x = 2
Thus, after the rotation, the new coordinates for point A are (-4, 2).
The correct response is:
(−4, 2)