To find the new coordinates of point A (2, 4) after a rotation of 270 degrees counterclockwise, we can use the following rotation rule for 270 degrees:
When a point (x, y) is rotated 270 degrees counterclockwise around the origin, the new coordinates (x', y') can be calculated as:
- x' = y
- y' = -x
Now, let's apply this to the point A (2, 4):
- x' = y = 4
- y' = -x = -2
Thus, the new coordinates after a 270-degree counterclockwise rotation are (4, -2).
The correct response is: (4,−2)