Answer:
the coefficient is 12
Step-by-step:a numerical or constant quantity placed before and multiplying the variable in an algebraic expression explanation:
Answer:
f(3) = 3
Step-by-step explanation:
f(1) = 1
f(2) = 2
f(n) = f(n − 2) + f(n − 1)
f(3) = f(3 - 2) + f(3 - 1)
= f(1) + f(2) = 1 + 2 = 3
Special Note: Have you heard of the Fibonacci sequence?
The formula f(n) = f(n − 2) + f(n − 1) is used to find the terms of the of the Fibonacci sequence
Answer:
Y=-2
Step-by-step explanation:
You would use the vertex form to find the directrix
6x^2 - 8 = 4x^2 + 7x
6x^2 - 4x^2 - 7x - 8 = 0
2x^2 - 7x - 8 = 0
discriminant = b^2 - 4ac; where a = 2, b = -7 and c = -8
d = (-7)^2 - 4(2)(-8)
d = 49 + 64
d = 113
the discriminant is greater than zero, so there are two real roots