Question

Rotate the point negative 4, -6 on a geometric figure 90° counterclockwise what is the new point

Answers

GPT 3.5
To rotate a point 90° counterclockwise, we can switch the coordinates and negate the new x-coordinate.

Given the original point: (-4, -6)

To rotate it 90° counterclockwise, we switch the coordinates and negate the new x-coordinate:

New x-coordinate = -(-6) = 6
New y-coordinate = -(-4) = 4

Therefore, the new point after rotating the original point (-4, -6) 90° counterclockwise is (6, 4).

Related Questions