Given point C (4,6)

on the triangle, what are the new coordinates of the point after the triangle is rotated 180° clockwise?

(1 point)

To rotate a point (x, y) 180° clockwise, we need to change the sign of both x and y coordinates and keep the same distance from the origin.

In this case, the x-coordinate of point C is 4 and the y-coordinate is 6. When we change the signs, the new coordinates will be (-4, -6).

Therefore, the new coordinates of point C after a 180° clockwise rotation are (-4, -6).