So, the best way to do this is translate it to clockwise. 90 degrees counterclockwise is equal to 270 degrees clockwise. So, basically, to rotate, you would follow the following format for each point-
(X,Y) -> (-Y,X)
Now, you do it for each of the points.
A= (-5,5), so A' would be (-5,-5)
B= (-1,5), so B' would be (-5,-1)
C= (-5,4), so C' would be (-4,-5)
D= (-1,4) so D' would be (-4,-1)
Notice, how all the points end up in the square below it. Each quadrant has a specific number. The top right is quadrant 1, the top left is quadrant 2, the bottom left is quadrant 3, and the bottom right is quadrant 4. If you are rotating 270 degrees clockwise, you move to the right, like a clock. That puts the new rectangle in quadrant 3. That is a way to check your work.
Now, just so you know for future reference, the following are also different formats for different problems--
A 90 degree Clockwise rotation about the origin will be (X,Y) -> (Y, -X) *Note, -x just stands for the opposite. Say your original x is a negative number. Then the prime (new) x will be positive.
A 180 degree Clockwise rotation about the origin would be (X,Y) -> (-X,-Y) *Note, -y also stands for the opposite.
A 270 degree clockwise rotation about the origin would be (X,Y) -> (-Y,X).
For translating---
90 degrees Clockwise = 270 degrees Counter
270 degrees Clockwise = 90 degrees Counter
Hope this helped!
<u>Answer:</u>
x = ±5
<u>Step-by-step explanation:</u>
We are given the following polynomial function and we are to find all of its real roots:

Let
so we can now write it as:

Factorizing it to get:



Substitute back
to get:

The quadratic factor has only complex roots. Therefore, the real roots are x = ±5.
Remember you can do anything to an eqautoin as long as you do oit to both sides
-5x=15
try to get 1x by itself
remember
(ax)/a=x when a=a
so
-5x=15
get x
divide both sides by -5
remember to flip sign
(-5x)/(-5)=15/(-5)
x=-3
answer is first one
x=-3