To rotate a point \( (x, y) \) around the origin \( (0, 0) \) by 270 degrees counterclockwise, we can use the following transformation:
\[ (x', y') = (y, -x) \]
In your case, the point \( A(2, 4) \) will be transformed as follows:
-
Identify \( x \) and \( y \):
- \( x = 2 \)
- \( y = 4 \)
-
Apply the transformation:
- \( x' = y = 4 \)
- \( y' = -x = -2 \)
Thus, the new point \( A' \) after a 270-degree counterclockwise rotation is:
\[ A'(4, -2) \]
The new point \( (4, -2) \) lies in Quadrant IV.