document.write( "Question 1129341: Find the maximum or minimum value of the function.
\n" );
document.write( "f(x) = 2x^2 + 3x + 2 \n" );
document.write( "
Algebra.Com's Answer #745896 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the maximum or minimum value of the function. \n" ); document.write( "f(x) = 2x^2 + 3x + 2 \n" ); document.write( "--------- \n" ); document.write( "w/o calculus: \n" ); document.write( "The min is the vertex at x = -b/2a \n" ); document.write( "--> -3/4 \n" ); document.write( "Min at f(-3/4) \n" ); document.write( " |