Write the coordinates of the vertices after a rotation of 180 degrees counterclockwise around the origin.



Rotating a point 180 degrees in the coordinate system just reverses the signs of the original coordinates. L=(8,-6), M=(8.-1), N=(5,-3) become L=(-8,6), M=(-8,1), N=(-5,3)