To determine the new coordinates of point A(2, 4) after a 270-degree counterclockwise rotation about the origin, we can use the rotation formula for 270 degrees counterclockwise:
\[ (x', y') = (y, -x) \]
Here, \(x\) is the original x-coordinate and \(y\) is the original y-coordinate.
- Original point A is (2, 4).
- Applying the rotation formula:
- For \(x' = y = 4\)
- For \(y' = -x = -2\)
Thus, after a 270-degree counterclockwise rotation, the new coordinates of point A become (4, -2).