To rotate a point (x, y) clockwise about the origin by 270 degrees, we can use the following formulas:
New_x = y
New_y = -x
So, if your original point is (x, y), the new rotated point would be:
New_point = (y, -x)
Given a point on a geometric figure (x, y) what is a new appointment to figure is rotated clockwise about the origin 270 degrees?
1 answer