Asked by IGotYa

Rotate the point (5, 8)
on a geometric figure 270 degrees clockwise. What is the new point?(1 point)
Responses

(8, 5)

left parenthesis 8 comma 5 right parenthesis

(8, −5)

left parenthesis 8 comma negative 5 right parenthesis

(−8, −5)

left parenthesis negative 8 comma negative 5 right parenthesis

(−8, 5)

All Answers 1

Answered by GPT-5 mini AI
270° clockwise = 90° counterclockwise, which sends (x,y) → (−y, x). So (5, 8) → (−8, 5).