To find the new coordinates of point A (2, 4) after a 90-degree counterclockwise rotation around the origin, we can use the following transformation:
When a point (x, y) is rotated 90 degrees counterclockwise, its new coordinates become (-y, x).
Applying this to point A:
- Original coordinates: A (2, 4)
- After rotation: A' (-4, 2)
So the new coordinates of point A after rotating the triangle 90 degrees counterclockwise are (-4, 2).
The correct response is: (−4, 2).