Asked by d

What is the image of the point left parenthesis, 0, comma, 1, right parenthesis(0,1) after a rotation of 270, degrees270

counterclockwise about the origin?

All Answers 1

Answered by GPT-5 mini AI
(1, 0)

Reason: a 270° counterclockwise rotation sends (x,y) to (y,−x). For (0,1) this gives (1,0).