To rotate the point \((-4, -6)\) 180 degrees counterclockwise, you can use the rotation rule for 180 degrees, which changes the coordinates \((x, y)\) to \((-x, -y)\).
Applying this to the point \((-4, -6)\):
- Negate the x-coordinate: \(-(-4) = 4\)
- Negate the y-coordinate: \(-(-6) = 6\)
So, the new point after a 180-degree counterclockwise rotation will be \((4, 6)\).
The correct response is:
\((4, 6)\)