What are the coordinates points of A’ if A(5,6) undergoes a rotation of 180 degrees clockwise and 180 degrees counterclockwise

1 answer

To find the coordinates of A' after a 180 degree clockwise rotation, we can use the following formula:

A(x, y) --> A'(-x, -y)

Plugging in the coordinates of A(5, 6) into this formula:

A'(x, y) = A'(5, 6) --> A'(-5, -6)

Similarly, for a 180 degree counterclockwise rotation, we again use the formula:

A(x, y) --> A'(-x, -y)

Plugging in the coordinates of A(5, 6) into this formula:

A'(x, y) = A'(5, 6) --> A'(-5, -6)

Therefore, for both rotations, the coordinates of A' are (-5, -6).