To rotate point A (2, 4) 90 degrees counterclockwise around the origin, we can use the rotation formula for a point (x, y):
- The new coordinates (x', y') after a 90 degrees counterclockwise rotation are given by: \[ x' = -y \] \[ y' = x \]
Starting with point A (2, 4):
- Apply the formula: \[ x' = -4 \] \[ y' = 2 \]
Thus, the new coordinates after the rotation are (-4, 2).
The correct response is: (−4, 2) left parenthesis negative 4 comma 2 right parenthesis.