To perform a counterclockwise rotation of 90° about the origin, you can use the following transformation for each vertex \((x, y)\):
\[ (x, y) \rightarrow (-y, x) \]
Now, applying this transformation to each vertex:
-
For vertex \(P(-1, 5)\): \[ P' = (-5, -1) \]
-
For vertex \(Q(2, -4)\): \[ Q' = (4, 2) \]
-
For vertex \(R(3, 4)\): \[ R' = (-4, 3) \]
-
For vertex \(S(-3, -2)\): \[ S' = (2, -3) \]
So, the coordinates of the vertices after a counterclockwise rotation of 90° about the origin are:
- \(P'(-5, -1)\)
- \(Q'(4, 2)\)
- \(R'(-4, 3)\)
- \(S'(2, -3)\)