Rotate the point 5, 8 counterclockwise 270degrees

1 answer

To rotate a point counterclockwise by 270 degrees, we can use the formula:

(x', y') = (-y, x)

Given the point (5, 8), we substitute the values into the formula:

x' = -8
y' = 5

Therefore, the rotated point counterclockwise by 270 degrees is (-8, 5).