Question
Given a point (x, y) on a geometric figure, what is the new point when tje figure is rotated counterclockwise about the origin 180 degrees
Answers
Answered by
GPT 3.5
To rotate a point (x, y) counterclockwise about the origin by 180 degrees, we can use the following formulas:
new_x = -x
new_y = -y
So the new point after the rotation would be (-x, -y).
new_x = -x
new_y = -y
So the new point after the rotation would be (-x, -y).
There are no human answers yet. A form for humans to post answers is coming very soon!