To locate the point C' after a -90 degree clockwise rotation about the origin, we can use the standard rotation mapping formula:
For a point \((x, y)\):
- After a -90 degree clockwise rotation, the new coordinates \((x', y')\) can be found using the formulas: \[ x' = y \] \[ y' = -x \]
Now, we will apply this to point C = (-5, 2).
-
Plug the coordinates of point C into the formulas: \[ x' = y = 2 \] \[ y' = -x = -(-5) = 5 \]
-
Thus, the new coordinates of point C' after the rotation are: \[ C' = (2, 5) \]
So point C' after a -90 degree clockwise rotation about the origin is \(C' = (2, 5)\).