To find the coordinates of the point A (2, 4) after a 90-degree clockwise rotation about the origin, we can use the rotation transformation formula for 90 degrees clockwise, which is:
\[ (x, y) \rightarrow (y, -x) \]
Applying this to the point A (2, 4):
- \( x = 2 \)
- \( y = 4 \)
After rotation:
\[ (2, 4) \rightarrow (4, -2) \]
So the new coordinates of point A after rotating 90 degrees clockwise are (4, -2).
The correct response is:
(4,−2) (left parenthesis 4 comma negative 2 right parenthesis)