To find the new coordinates of point A (2, 4) after rotating the triangle 90 degrees counterclockwise around the origin, you can use the following transformation formula:
If (x, y) is the original point, then after a 90-degree counterclockwise rotation, the new coordinates (x', y') will be: \[ (x', y') = (-y, x) \]
For point A (2, 4):
- x = 2
- y = 4
After applying the transformation: \[ x' = -y = -4 \] \[ y' = x = 2 \]
Thus, the new coordinates for point A after the rotation are (-4, 2).
Therefore, the answer is \((-4, 2)\).