To determine the coordinates of point A (2, 4) after a 90-degree clockwise rotation around the origin, we can use the transformation rules for rotation.
When a point \((x, y)\) is rotated 90 degrees clockwise, the new coordinates \((x', y')\) are given by the following transformation:
\[ (x', y') = (y, -x) \]
Applying this to point A (2, 4):
- \(x' = y = 4\)
- \(y' = -x = -2\)
So, after the rotation, the new coordinates will be (4, -2).
Therefore, the answer is:
Ο (4, -2)