Asked by IGotYa

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?(1 point)
Responses

(−6, −4)

left parenthesis negative 6 comma negative 4 right parenthesis

(−6, 4)

left parenthesis negative 6 comma 4 right parenthesis

(−4, 6)

left parenthesis negative 4 comma 6 right parenthesis

(4, 6)

All Answers 1

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

Answer: (−6, 4)