To rotate a point (9, 5) 270 degrees clockwise, we need to use the rotation formula:
x' = x * cos(angle) - y * sin(angle)
y' = x * sin(angle) + y * cos(angle)
where (x', y') are the coordinates of the rotated point.
First, let's convert 270 degrees to radians:
angle = 270 * pi / 180 = 3 * pi / 2
Using the formula, we can calculate the rotated coordinates:
x' = 9 * cos(3 * pi / 2) - 5 * sin(3 * pi / 2) = 9 * 0 - 5 * (-1) = 0 + 5 = 5
y' = 9 * sin(3 * pi / 2) + 5 * cos(3 * pi / 2) = 9 * (-1) + 5 * 0 = -9 + 0 = -9
Therefore, the point (9, 5) rotated 270 degrees clockwise is (5, -9).
Rotate point 9,5 270 clockwise
2 answers
alright i have the answers their all right
8, -5
-6, 4
-8, 5
6 -4
-5, 9
8, -5
-6, 4
-8, 5
6 -4
-5, 9