To rotate a point 270° clockwise, we can think of it as rotating 90° counterclockwise.
To rotate a point 90° counterclockwise, we swap the x and y coordinates and negate the new x coordinate.
For the point (9, 5), swapping x and y gives us (5, 9). Negating the new x coordinate gives us (-5, 9).
Therefore, the new point after rotating (9, 5) 270° clockwise is (-5, 9).
Rotate the point (9,5) on geometric figure 270° clockwise what is the new point? (-9,-5), (-5,-9), (5,9), (-5,9)
1 answer