You can put this solution on YOUR website! The function f(x) = 2x^2+8x+c has a minimum value of −11.Find the value of c
..
Standard form of parabola: y=(x-h)^2+k with (h,k) being the (x,y) coordinates of the vertex.
completing the square:
y=2(x^2+4x+4)-8+c
y=(x+2)^2-8+c
This is a parabola that opens upwards (so it has a minimum) with a minimum at -8+c which is equal to -11 as given.
-8+c=-11
c=-3
equation of parabola:
ans:2x^2+8x-3
se graph below
..