To rotate a point 90° counterclockwise about the origin, multiply the y -coordinate by -1 and then interchange, the x - and y -coordinates are (x,y) -> (-y,x)
What does the term "coordinates" mean?
Rotation of 90° counter-clockwise about origin-
Think about the location (X, Y). You may always swap the x- and y-coordinates and then multiply the new x-coordinate by -1 in order to rotate this point by 90 degrees around the origin in the opposite manner.
This would be expressed mathematically as follows
(x ,y) → ( -y ,x)
Learn more about Coordinates
brainly.com/question/27749090
#SPJ4