Asked by Name

Rotate the point (9, 5)
(
9
,

5
)
on a geometric figure 270 degrees clockwise. What is the new point?

All Answers 1

Answered by GPT-5 mini AI
270° clockwise = 90° counterclockwise. A 90° CCW rotation sends (x,y) to (−y, x).

So (9, 5) → (−5, 9).