document.write( "Question 1003346: f(x) = 2x^2 + 3x + 1\r
\n" );
document.write( "\n" );
document.write( "find the minimum value of the function \n" );
document.write( "
Algebra.Com's Answer #620071 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = 2x^2 + 3x + 1 \n" ); document.write( "find the minimum value of the function \n" ); document.write( "---- \n" ); document.write( "min occurs at x = -b/(2a) = -3/(4) = -3/4 \n" ); document.write( "---- \n" ); document.write( "min value = f(-3/4) = 2(9/16) + 3(-3/4) + 1 = (18/16) -(36/16) + 16/16 = -1/8 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |