Let's look at what happens to a point that is rotated about the origin cc 90 degrees:
(x,y) --> (-y,x) If you draw this with any point (x,y) in the 1st quadrant, you see that the angle between a line from the origin to the point and with the x- axis is same as the vertical angle after the rotation made with the y axis. This means that x and y coordinates have switched and that the new "x" is negative (2nd Quadrant)
Now rotating around another point than (0,0) means adjusting your coordinate system to a new origin (h,k) = (2,-1):
(x,y) --> (-(y-k), x-h) or (-2,2) --> (-(2+1), -2-2) = (-3,-4)
The other point (4,4) transformation, I leave to you. All points of the rotated line segment will be between these two transformed points.
Good luck.
Shelly O.
Following this, I get (-3,1) for Q.06/10/20