Given point A(2, 6) on the triangle, what are the new coordinates of the point after the triangle is rotated 180 degrees counterclockwise?

(1 point)
(
)

1 answer

The new coordinates of point A after a 180 degree counterclockwise rotation can be found by flipping the signs of the x and y coordinates and then finding the absolute values.

So if point A is originally at (2, 6), after rotating 180 degrees counterclockwise, the new coordinates would be (-2, -6).