Answer with explanation:
To find the coordinate of point ,which has been rotated by 90° in Counter clockwise Direction.
We have to follow following Procedure to find the coordinate of point after 90° in Counter clockwise Direction.
Coordinates of point =(x,y)
When it is rotated in counterclockwise direction,the coordinate of image will be = Interchange , x and y coordinate and put negative sign before abscissa,which will be= (-y, x).
So, point (3,-6) when rotated in counterclockwise direction, the coordinates of image will be = ( -(-6),3)=(6,3)
So,she made an error in step, while switching, that is , (x,y)→(-y,x),but ,(3,-6)→has been interchanged to (6,-3) which is incorrect.It should be, (6,3).
Step 1 is incorrect.