document.write( "Question 616745: what is the minimum or maximum value of the quadratic formula
\n" );
document.write( "f(x)=2x^2-16x+20 \n" );
document.write( "
Algebra.Com's Answer #387874 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! f(x)=2x^2-16x+20 \n" ); document.write( ". \n" ); document.write( "Since the coefficient associated with the x^2 is POSITIVE, we conclude that it is a parabola that opens upwards. Therefore, the vertex will give the MINIMUM. \n" ); document.write( ". \n" ); document.write( "x-value of vertex: \n" ); document.write( "x = -b/(2a) \n" ); document.write( "x = -(-16)/(2*2) \n" ); document.write( "x = (16)/(4) \n" ); document.write( "x = 4 \n" ); document.write( ". \n" ); document.write( "y-value of vertex: \n" ); document.write( "f(4)=2*4^2-16(4)+20 \n" ); document.write( "f(4)=2*16-16(4)+20 \n" ); document.write( "f(4)=32-64+20 \n" ); document.write( "f(4)=-32+20 \n" ); document.write( "f(4)=-12 (this is the answer they're looking for) (minimum of quadratic) \n" ); document.write( " \n" ); document.write( " |