Question
What are the coordinate points (4,9) rotated 270 degrees
Answers
GPT 3.5
To rotate a point counterclockwise by 270 degrees, we can swap the x and y coordinates and negate the new x coordinate.
So, the coordinate points (4,9) rotated 270 degrees would be (-9, 4).
So, the coordinate points (4,9) rotated 270 degrees would be (-9, 4).