To find the coordinates of point A (2, 4) when rotated 90 degrees clockwise, you can use the following rule for rotation:
When rotating a point (x, y) 90 degrees clockwise, the new coordinates become (y, -x).
Applying this to point A:
- Original coordinates: (2, 4)
- New coordinates after 90-degree clockwise rotation: (4, -2)
Thus, the new coordinates are (4, -2).
The correct response is:
(4,−2) \( (4, -2) \)