asked 56.5k views
1 vote
Describe how to find the coordinates of the image of a point after a 270° rotation.

1 Answer

3 votes

When any point say (x,y) is rotated 270 degree counterclockwise then it changes to (y,-x).

So for any image, you can collect given coordinate points

then apply above formula like if given point is (1,3) then it will change to (3,-1) after 270 degree counterclockwise rotation.

answered
User Mr Vd
by
8.8k 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.