Final answer:
To perform a rotation of 90° clockwise about the origin, switch the x-coordinate and y-coordinate for each point and negate the new x-coordinate.
Step-by-step explanation:
To perform a rotation of 90° clockwise about the origin for the points G(3,-5), H(1,-1), I(2,0), J(5, -2), we can use the following steps:
- For each point, switch the x-coordinate and the y-coordinate and negate the new x-coordinate. This will give us the coordinates of the rotated point.
- Applying these steps, the rotated coordinates are: G'(-5,-3), H'(-1,-1), I'(0,-2), J'(-2,5).