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.

User Mr Vd
by
7.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.