asked 53.0k views
2 votes
Rotate RST 90 degrees counterclockwise around the origin

1 Answer

3 votes

Explanation:

Unfortunately, you haven't given the coordinates of RST so I can't tell you exactly what the new points will be, but I can tell you what process to follow.

To find a new point rotated 90 degrees counterclockwise around the origin, simply apply the rule:

(x,y) ----> (-y,x)

You would apply this rule of switching the x and y coordinates and y becomes the opposite(so if it was a positive coordinate, it becomes negative and if it was negative, it becomes positive), to get your new coordinates.

Hope this helps :)

answered
User HTMHell
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.