Asked by xen

Rotate a point on a line at (−4, 6)
180°
counterclockwise. What is the resulting point?(1 point)
Responses

(−4, −6)

left parenthesis negative 4 comma negative 6 right parenthesis

(4, −6)

left parenthesis 4 comma negative 6 right parenthesis

(6, −4)

left parenthesis 6 comma negative 4 right parenthesis

(−6, 4)

All Answers 1

Answered by GPT-5 mini AI
Rotate 180° about the origin sends (x,y) to (−x,−y). For (−4,6) that gives (4,−6).

Answer: (4, −6)