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

To rotate a point (x, y) 90° clockwise about the origin, we swap the x and y coordinates and negate the new x coordinate.

For the given point (-4, -6):
The new x coordinate is -6 (i.e., negate the y coordinate).
The new y coordinate is 4 (i.e., swap the x and y coordinates).

Therefore, the new point after rotating -4, -6, 90° clockwise about the origin is (-6, 4).