To determine the new coordinates of point A (2, 4) after rotating the triangle 90 degrees counterclockwise around the origin, we can use the rotation rule for 90 degrees counterclockwise, which is:
\[ (x, y) \rightarrow (-y, x) \]
Applying this rule to point A (2, 4):
- \( x = 2 \)
- \( y = 4 \)
Now we apply the rotation transformation:
\[ (2, 4) \rightarrow (-4, 2) \]
Thus, the new coordinates for point A after a 90-degree counterclockwise rotation are (-4, 2).
The correct response is:
(-4, 2)