Given a point on a line segment (-4, -6) what is the new point when the point is rotated clockwise about the origin 90°?(1 point)

1 answer

To rotate a point about the origin 90° clockwise, we can switch the x and y coordinates and negate the new y-coordinate.

The given point is (-4, -6).

Switching the coordinates, we get (-6, -4).

Negating the y-coordinate, we get (-6, 4).

Therefore, the new point when the given point is rotated clockwise about the origin 90° is (-6, 4).