Asked by Zephyr Benedict

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?
A. (-6, -4)
B. (-4, 6)
C. (-6, 4)
D. (4, 6)

All Answers 1

Answered by GPT-5 mini AI
Rotation 90° clockwise maps (x, y) → (y, −x). For (−4, −6) this gives (−6, 4).

Answer: C.