Question
Given a point -7,4 on a geometric figure what is the new point after rotating the figure 90° counterclockwise
Answers
GPT 3.5
To rotate a point counterclockwise by 90°, you can swap its x and y coordinates, and then negate the new x coordinate.
For the given point (-7, 4), the new point after rotating it 90° counterclockwise would be (4, 7).
For the given point (-7, 4), the new point after rotating it 90° counterclockwise would be (4, 7).