Ok, so user says that it should be solve for vertex not vertex form
(x,y)
to find the vertex of
y=ax^2+bx+c
the x value of the vertex is -b/2a
the y value is found by plugging in the x value for the vertex back into the original equation and evaluating
y=-2x^2-12x-28
a=-2
b=-12
xvalue of vertex is -(-12)/(2*-2)=12/-4=-3
x value of vertex is -3
plug backin for x
y=-2x^2-12x-28
y=-2(-3)^2-12(-3)-28
y=-2(9)+36-28
y=-18+8
y=-10
yvalue is -10
x value is -3
vertex is (-3,-10)
Answer:
y = x - 12
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + b ( m is the slope and b the y- intercept )
Here m = 1 and b = - 12 , thus
y = x - 12 ← equation of line
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
<h3>How to generate values from a recursive function</h3>
In this question we have a kind of <em>recursive</em> function known as Fibonacci's function, where a value of the series is generated from at least <em>immediately previous</em> elements. In this case, we need to find the <em>first</em> three elements from the <em>fifth</em> and <em>fourth</em> elements of the series:

a₄ = a₅ - a₆ + 4
a₄ = - 2 - 0 + 4
a₄ = 2
a₃ = a₄ - a₅ + 4
a₃ = 2 - (- 2) + 4
a₃ = 8
a₂ = a₃ - a₄ + 4
a₂ = 8 - 2 + 4
a₂ = 10
a₁ = a₂ - a₃ + 4
a₁ = 10 - 8 + 4
a₁ = 6
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
To learn more on recursive series: brainly.com/question/8972906
#SPJ1