To rotate the point (5, 8) 270 degrees clockwise, we can follow these steps:
-
Understand the rotation:
- A rotation of 270 degrees clockwise is equivalent to a rotation of 90 degrees counterclockwise.
-
Apply the transformation:
- The transformation rules for rotating a point (x, y) are:
- 90 degrees counterclockwise: (x, y) becomes (-y, x).
- Therefore, for 270 degrees clockwise: (x, y) becomes (y, -x).
- The transformation rules for rotating a point (x, y) are:
-
Rotate (5, 8) 270 degrees clockwise:
- Using the rule: (5, 8) becomes (8, -5).
So, the new point after rotating (5, 8) 270 degrees clockwise is (8, -5).
The correct response is: (8, −5).