To rotate the point A (2, 4) 90 degrees clockwise around the origin, you can use the following transformation rule for rotation:
\[ (x, y) \rightarrow (y, -x) \]
Applying this rule to the point A (2, 4):
- The x-coordinate (2) becomes the y-coordinate (4).
- The y-coordinate (4) becomes the negative of the x-coordinate (-2).
Thus, the new coordinates after rotation are:
\[ (4, -2) \]
Therefore, the correct response is:
(4, -2)