70.3k views
0 votes
Rotate 270 clockwise around the origin (8,0)(11,-5)(14,-2)

User Tuma
by
9.2k points

1 Answer

2 votes
A 270 degree rotation around the origin changed the coordinates (x, y) to (-y, x).
So for the points (8, 0), (11, -5), and (14, -2), the new points when rotated 270 degrees clockwise around the origin are:
Answer: (0, 8), (5, 11), (2, 14)
User Soe
by
8.0k points