What are the coordinates of the vertices after a rotation 90 counterclockwise around the origin.

[SOLVED] What are the coordinates of the vertices after a rotation 90 counterclockwise around the origin.
See Answers (1)

Suggested Answer

Answer:When rotating a point 90 degrees counterclockwise about the origin our point A(x,y) becomes A'(-y,x). In other words, switch x and y and make y negative.Step-by-step explanation: trust me