24.7k views
2 votes
Perform a rotation of 90° clockwise about the origin for the points G(3,-5), H(1,-1), I(2,0), J(5, -2).

User Yermy
by
7.8k points

1 Answer

0 votes

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:

  1. 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.
  2. Applying these steps, the rotated coordinates are: G'(-5,-3), H'(-1,-1), I'(0,-2), J'(-2,5).

User Joey Morani
by
7.3k points