Hello!
So, your questions are basically having to do with rotations. This means to rotate certain points in a grid.
The following are formulas for solving rotations-
90 Degrees Clockwise About The Origin = (X,Y) -> (Y,-X)
180 Degrees About The Origin = (X,Y) -> (-X,-Y)
270 Degrees Clockwise About The Origin = (X,Y) -> (-Y,X)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
90 Degrees Counterclockwise = 270 Clockwise
270 Degrees Counterclockwise = 90 Clockwise
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*Note, in the formulas, the negative sign only stands for the opposite. So if your original point is a negative, it will become positive,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Now that we have our formulas, let's put them into affect with your points.
13) 90 Degrees CC = 270 Degrees Clockwise. Formula- (X,Y) -> (-Y,X)
A (2,-2) -> A' (2,2)
B (4,-1) -> B' (1,4)
C (4,-3) -> C' (3,4)
D (2,-4) -> D' (4,2)
*Note, the symbol _'_ Stands for prime. All this means, is the new point.
15) Now, I apologize, but I'm a bit confused on this one :( When it says about point L, I can't tell if it just wants that one point, or the whole figure translated. Again, I am so sorry :(
17) This one I do know. 270 degrees CC = 90 degrees Clockwise. Formula- (X,Y) = (Y,-X).
W (-6,-2) -> W' (-2,6)
X (-2,-2) -> X' (-2,2)
Y (-2,-6) -> Y' (-6,2)
Z (-5,-6) -> Z' (-6,5)
Hope this helped! Again, sorry about number 15. Have a great day!
Regards,
~KayEmQue
Answer:
Step-by-step explanation:
Given a function f, whose derivatives are f' and f'', a value x is a critical point if f'(x) =0. A value x is a minimum of f if it is a critical point and f''(x) >0 and it is maximum if f''(x)<0. We will perfom the following steps:
1. Calculate the derivative f'.
2. Solve f'(x) =0.
3. Determine if the x value found in 2 is a minimum or a maximum using f''.
Recall the following properties of derivatives


where c is a constant.

where f,g are differentiable.
where c is a constant.
(chain rule)
Case 1: f(x) = 2+3x+3.
Using the properties from above, we have
1.
2. The equation f'(x)=0 where f'(x) = 3 has no solution.
3. Based on the previous result, f has no maximum nor minimum.
Case 2: 
1. 
2. We have the equation

which is equivalent to

Recall that the cosine function only takes values in the set [-1,1]. So, this equation has no solution.
3. Based on the previous result, f has no maximum nor minimum.
Answer:
=3h+2
Step-by-step explanation:
p(z) =3z - 7 whenz= 3+h
p(z) =3(3+h) - 7
=9+3h-7
=3h+2