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

To rotate a point (a, b) 90 degrees clockwise about the origin, the new coordinates can be found using the formula:

(a', b') = (b, -a)

Using this formula, for the given point (-4, -6), rotating it 90 degrees clockwise about the origin would give:

(-6, 4)