500
By only using your rules, take these coordinates and rotate them 90, 180, and 270 degrees. What are the new coordinates?
A(1,3) B(4,9) C(8,4) D(0,3) E(0,0)
90: A(-3,1) B(-9,4) C(-4,8) D(-3,0) E(0,0)
180: A(-1,-3) B(-4,-9) C(-8,-4) D(0,-3) E(0,0)
270: A(3,-1) B(9,-4) C(4,-8) D(3,0) E(0,0)