To rotate point A (4, 1) 90 degrees counterclockwise, we can apply the following transformation to the coordinates:
If a point is represented by (x, y), after a 90-degree counterclockwise rotation, the new coordinates will be given by (-y, x).
For the point A (4, 1):
- x = 4
- y = 1
Transforming the coordinates:
- A' = (-y, x) = (-1, 4)
Now we need to identify which point corresponds to the coordinates (-1, 4).
Looking at the described locations:
- Point G is plotted at (-1, 4).
Thus, the point that represents A' after A(4, 1) is rotated 90 degrees counterclockwise is point G.