To rotate a point (x, y) 180 degrees counterclockwise, the new coordinates will be (-x, -y).
Given point A(2,6), after rotation, the new coordinates will be:
A'(-2, -6)
Given point A(2,6) on the triangle, what are the new coordinates of the point after after the triangle is rotated 180 degrees counterclockwise?
1 answer