To find the new location of point A(2, 4) after a 270-degree counterclockwise rotation around the origin (0,0), we can use the following formula for rotation:
When a point (x, y) is rotated 270 degrees counterclockwise, the new coordinates (x', y') are given by:
- x' = y
- y' = -x
Applying this to point A(2, 4):
- x' = y = 4
- y' = -x = -2
Therefore, the new coordinates of point A after rotation are (4, -2).
The answer is:
(4,−2)