To find the new coordinates of point A(2, 6) after a 90-degree clockwise rotation around the origin (0, 0), you can use the following transformation rule:
For a clockwise rotation of 90 degrees: \[ (x, y) \rightarrow (y, -x) \]
Given the original coordinates of point A: \[ A(2, 6) \]
Applying the transformation:
- The x-coordinate (2) becomes the y-coordinate (6).
- The y-coordinate (6) becomes the negative of the x-coordinate (-2).
Thus, the new coordinates after the rotation are: \[ A'(6, -2) \]
So, after a 90-degree clockwise rotation, the new point on the triangle would be A'(6, -2).