To rotate the point (5, 8) by 270 degrees clockwise, we can use the following method:
-
Understand the rotation: A 270-degree clockwise rotation is equivalent to a 90-degree counterclockwise rotation.
-
Use the rotation rule: For a 90-degree counterclockwise rotation, the point (x, y) becomes (-y, x).
-
Apply the rule:
- Starting point: (5, 8)
- After 90-degree counterclockwise rotation: (-8, 5)
Thus, rotating (5, 8) by 270 degrees clockwise gives the point (-8, 5).
So the answer is: (−8, 5).