42.5k views
5 votes
Rotate point x(5,8) 270 degrees counter clock wise what would the image point be?

1 Answer

4 votes

The rule for 270 degrees counterclockwise is


(x,y)\rightarrow(y,-x)

In words, this rule means to transform the point, we just have to move or change the position of the coordinates and put the x-coordinate with opposite sign.

We use this rule to find the answer.


(5,8)\rightarrow(8,-5)

Therefore, the transformed point is (8,-5).

User Pedro Oliveira
by
5.2k points