Answer:
Explanation:
I assume you want to rotate each point about the origin.
To rotate a point (x, y) 90° clockwise about the origin:
(x, y) → (y, -x)
For point A:
(-5, 0) → (0, 5)
For point B:
(-5, 3) → (3, 5)
For point C:
(0, 4) → (4, 0)
6.5m questions
8.6m answers