Problem
M(5,-10) is rotated 270 degrees what is M’?
Solution
For this case we need to remember that is we have any point A =(x,y) when we apply a transformation fo 270° then the new coordinates would be:
M' = (x,-y)
And for this case if we apply this transformation we got:
M'= (5, -(-10))= (5,10)