The answer is -4.5
To solve these types of problems it's best to work backwards.
-2 - 16 = -18
4 x (n) = -18
n = -18/4
n = -4.5
Answer:
The answer is sin-1(5/8)
Step-by-step explanation:
I don't have a calculator but just plug that in in degree mode.
Pi/4 radians
You're looking for the angle that has a secant of sqrt(2). And since the secant is simply the reciprocal of the cosine, let's take a look at that.
sqrt(2) = 1/x
x*sqrt(2) = 1
x = 1/sqrt(2)
Let's multiply both numerator and denominator by sqrt(2), so
x = sqrt(2)/2
And the value sqrt(2)/2 should be immediately obvious to you as a trig identity. Namely, that's the cosine of a 45 degree angle. Now for the issue of how to actually give you your answer. There's no need for decimals to express 45 degrees, so that caveat in the question doesn't make any sense unless you're measuring angles in radians. So let's convert 45 degrees to radians. A full circle has 360 degrees, or 2*pi radians. So:
45 * (2*pi)/360 = 90*pi/360 = pi/4
So your answer is pi/4 radians.
The x coordinate of the vertex will be the average of the two zeros, here -3 and 5, so x=(-3+5)/2 = 1, f(1)=(1+3)(1-5) = -16.
Answer: (1, -16)
Let's do it some other ways. How about completing the square to turn f in to vertex form?
f(x) = (x+3)(x-5) = x² - 2x - 15 = (x² - 2x + 1) - 1 - 15 = (x-1)² - 16
and now we can read off (1, -16) as the vertex.
The other method is the vertex is x= - b/2a = - (-2)/2(1) = 1.
Three methods, same answer. Good.