what are the coordinates of point c' if c(-4, -2) is rotated 180* clockwise around the origin?

To rotate a point 180 degrees clockwise around the origin, we can use the formula:

(x', y') = (-x, -y)

where (x, y) are the original coordinates, and (x', y') are the new coordinates after rotation.

So, applying this formula to point C (-4, -2), we have:

x' = -x = -(-4) = 4
y' = -y = -(-2) = 2

Therefore, the coordinates of point C' after rotating C(-4, -2) 180 degrees clockwise around the origin are C'(4, 2).