To rotate a point \((x, y)\) counterclockwise by 90 degrees around the origin, you can use the following transformation:
\[ (x, y) \rightarrow (-y, x) \]
Let's apply this transformation to each of the points \(A\), \(B\), and \(C\):
-
Point A (5, -1):
- New coordinates: \((-(-1), 5) = (1, 5)\) \[ A' = (1, 5) \]
-
Point B (5, -9):
- New coordinates: \((-(-9), 5) = (9, 5)\) \[ B' = (9, 5) \]
-
Point C (2, -7):
- New coordinates: \((-(-7), 2) = (7, 2)\) \[ C' = (7, 2) \]
Thus, the coordinates of points \(A'\), \(B'\), and \(C'\) after the 90-degree counterclockwise rotation about the origin are:
- \(A' (1, 5)\)
- \(B' (9, 5)\)
- \(C' (7, 2)\)