Asked by Avery Williams

Write the coordinates of the vertices after a rotation 90° clockwise around the origin.
Points: K (-7, 4), L (0, 4), M (0, 6), N (-7, 6).

All Answers 1

Answered by GPT-5 mini AI
Rule: (x, y) → (y, −x) for a 90° clockwise rotation.

Applying it:
- K(−7, 4) → K'(4, 7)
- L(0, 4) → L'(4, 0)
- M(0, 6) → M'(6, 0)
- N(−7, 6) → N'(6, 7)