To find the coordinates of triangle ABC after it has been rotated -90 degrees (clockwise) about the origin to yield points A'(7, 4), B'(-3, 5), and C'(1, -2), we need to reverse the rotation.
The transformation for a point \((x, y)\) rotated -90 degrees (clockwise) about the origin can be expressed as: \[ (x', y') = (y, -x) \] where \((x', y')\) are the new coordinates after the rotation.
To find the original coordinates \((x, y)\), we can reverse this transformation: \[ (x, y) = (-y', x') \]
Now, let's apply this transformation to each of the points A', B', and C':
-
For point A'(7, 4): \[ A: (x, y) = (-y', x') = (-4, 7) \]
-
For point B'(-3, 5): \[ B: (x, y) = (-y', x') = (-5, -3) \]
-
For point C'(1, -2): \[ C: (x, y) = (-y', x') = (2, 1) \]
Thus, the coordinates of triangle ABC are:
- A(-4, 7)
- B(-5, -3)
- C(2, 1)
This matches with the option: A(-4, 7), B(-5, -3), and C(2, 1).