To rotate the point (4, 6) 90 degrees clockwise, you can use the rotation formula. The rule for a 90-degree clockwise rotation is to transform the coordinates (x, y) to (y, -x).
Using this rule:
- Original point: (4, 6)
- Rotated point: (6, -4)
So, the point that is rotated 90 degrees clockwise from (4, 6) is (6, -4).