To rotate a point 90 degrees counterclockwise, we swap the x-coordinate with the negative of the y-coordinate.
Given the point (-7, 4), the new point after rotating 90 degrees counterclockwise would be (-4, -7).
Given a point (−7, 4) on a geometric figure, what is the new point after rotating the figure 90 degrees counterclockwise?
1 answer