Answer: Rotate the point 180 degrees around the origin
==========================================================
Explanation:
Consider the point (2,3). Applying a dilation of scale factor -1 means we multiply each coordinate by -1. That moves us from (2,3) to (-2,-3). This rotates the point 180 degrees about the origin. It can be done clockwise or counterclockwise.
---------------------
Extra Side Notes: