To find the new coordinates of point A (2, 4) after rotating it 270 degrees counterclockwise around the origin, we can use the rotation transformation rules for coordinates.
The rule for a 270-degree counterclockwise rotation is:
- If \( (x, y) \) is the original point, then the new coordinates \( (x', y') \) after rotation will be: \[ (x', y') = (y, -x) \]
Applying this to point A (2, 4):
- \( x = 2 \)
- \( y = 4 \)
Now, substitute these values into the rotation formula: \[ x' = y = 4 \] \[ y' = -x = -2 \]
Thus, the new coordinates of point A after a 270-degree counterclockwise rotation are \( (4, -2) \).
Therefore, the answer is: (4, −2).