SOLUTION: A quadratic function has a minimum of -8 and an x-intercept of -5. Its axis of symmetry is x=-3. Find the y-intercept of this quadratic function.

Algebra ->  Graphs -> SOLUTION: A quadratic function has a minimum of -8 and an x-intercept of -5. Its axis of symmetry is x=-3. Find the y-intercept of this quadratic function.      Log On


   



Question 1003616: A quadratic function has a minimum of -8 and an x-intercept of -5. Its axis of symmetry is x=-3. Find the y-intercept of this quadratic function.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A quadratic function has a minimum of -8 and an x-intercept of -5. Its axis of symmetry is x=-3. Find the y-intercept of this quadratic function.
------
With min at -8 and axis at x= -3, the vertex is (-3,-8)
Form:: y = a(x-h)^2 + b
-----
y = a(x+3)^2 -8
-----
Since the x-intercept is -5, it passes thru (-5,0)
----
Solve for "a" using (-5,0)
-----
0 = a(-5+3)^2 - 8
----
a(4)= 8
a = 2
----
Equation:
y = 2(x+3)^2 - 8
-----
y- intercept ?
Let x = 0
y = 2(3)^2 -8
y = 10
----
Cheers,
Stan H.
-----------