document.write( "Question 1130867: Find the maximum or minimum value of the function.
\n" );
document.write( "f(x) = -x^2 + 4x + 1
\n" );
document.write( "state whether minimum or maximum \n" );
document.write( "
Algebra.Com's Answer #747485 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This will have a maximum, because x^2 is negative \n" ); document.write( "maximum is at x=-b/2a or -4/-2 or x=2 \n" ); document.write( "f(2)=5 \n" ); document.write( "maximum is at (2, 5) \n" ); document.write( " |