To rotate a point counterclockwise by 90 degrees, we can swap the x and y coordinates and make the new y-coordinate negative.
The original point is (-7, 4).
Swapping the x and y coordinates, the new point becomes (4, -7).
Therefore, the new point after rotating the figure 90 degrees counterclockwise is (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