What are the coordinate points if A (5,6) undergoes a rotation of 90 degrees clockwise?

To find the new coordinate points after a 90-degree clockwise rotation, you can use the following formulas:

For a clockwise rotation of point (x, y) by 90 degrees, the new coordinates will be:
x' = y
y' = -x

Given point A(5, 6), the new coordinates after a 90-degree clockwise rotation would be:
x' = 6
y' = -5

Therefore, the new coordinate point would be A'(6, -5).