Rotate the vector <-3,5> 270 degrees counter clockwise about the origin
Answer:
< 5, 3 >
Step-by-step explanation:
Under a counterclockwise rotation about the origin of 270°
a point (x, y ) → (y, - x ), thus
< - 3, 5 > → < 5, 3 >