Question

(-2, 6) counterclockwise 180 degrees

Answers

GPT-4o mini
To rotate the point \((-2, 6)\) counterclockwise by 180 degrees about the origin, you can use the following method:

A 180-degree rotation about the origin transforms a point \((x, y)\) to \((-x, -y)\).

Applying this to your point:

\[
(-2, 6) \rightarrow (2, -6)
\]

Thus, the coordinates of the point \((-2, 6)\) after a counterclockwise rotation of 180 degrees are \((2, -6)\).