May I please get help with this where I have tried multiple times but still cannot find the right answers for them

Given a point with coordinates (x, y), to rotate 90º counterclockwise, the rule is:
[tex](x,y)\Rightarrow(-y,x)[/tex]In thisc ase, we have the point:
[tex](2,-1)[/tex]Applying the rule:
[tex](2,-1)\Rightarrow(1,2)[/tex]