To find the new point after rotating point A (2, 4) 270 degrees counterclockwise around the origin, we can use the general rule for rotation.
The formula for rotating a point (x, y) 270 degrees counterclockwise is given by: \[ (x', y') = (y, -x) \]
Applying this to point A (2, 4):
- x' = y = 4
- y' = -x = -2
So after the rotation, point A maps to (4, -2).
The correct response is: (4, −2) (4 comma negative 2).