Answer:
Your coordinates would be : (-3,1), (3,-2), (1,5), and (4,6).
Explanation:
All you need to do is to flip around the x and y values of each coordinate.
So, just follow this: (x,y) ---> (y,x)
(1,-3) ---> (-3,1)
(-2,3) ---> (3,-2)
(5,1) ---> (1,5)
(6,4) ---> (4,6)