Given a point (h,k), we can rotate it using the following formulas:
Rotate 90 degrees: (h,k) becomes (k,-h)
Rotate 180 degrees: (h,k) becomes (-h,-k)
Rotate 270 degrees: (h,k) becomes (k,-h)
In this case, we have (for the 90 degrees rotation):
[tex]M(3,6)\text{ }\Rightarrow M^{\prime}(6,-3)\text{ }[/tex]For the 180 degrees rotation:
[tex]V(-5,-3)\Rightarrow V^{\prime}(5,3)[/tex]And finally for the 270 degrees rotation:
[tex]A(5,3)\text{ }\Rightarrow A^{\prime}(3,-5)[/tex]