asked 155k views
3 votes
Rotate point A(3,5) 270° counterclockwise around the origin

1 Answer

1 vote

the given point is A(3,5)

when we rotate a point (x,y) around origin counterclockwise then its coordinates becomes (y,-x)

so point A(3,5) will be changed into A'(5,-3).

so new coordinate of the point will be A'(5,-3)

answered
User Adam Merckx
by
7.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.