Answer:
the rule for rotation 180 degrees clockwise around the origin is:
(x,y) --------> (-x,-y)
(-3,0) --------> (-(-3),0)
(-3,0) --------> (3,0)
rotation counterclockwise 180 degrees is the same as rotation 180 degrees clock wise:
(x,y) -------->(-x,-y)