document.write( "Question 411199: Find the maximum or minimum value of the function.
\n" );
document.write( "f(x)= -x^2/3+2x+6 (it's -x^2 over 3 then +2x+6)
\n" );
document.write( "
\n" );
document.write( "I thought that you have to use -b/2a and then f(x)=-b/2a
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #289052 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the maximum or minimum value of the function. \n" ); document.write( "f(x)= -x^2/3+2x+6 (it's -x^2 over 3 then +2x+6) \n" ); document.write( "---- \n" ); document.write( "a = (-1/3) ; b = 2 ; c = 6 \n" ); document.write( "---- \n" ); document.write( "I thought that you have to use -b/2a and then f(x)=-b/2a \n" ); document.write( "Max or min occurs at x = -b/(2a) = -2/(2*(-1/3)) = -2/(-2/3) = 3 \n" ); document.write( "---- \n" ); document.write( "f(3) = (-1/3)(3^2) + 2(3) + 6 \n" ); document.write( "= -3+6+6 \n" ); document.write( "--- \n" ); document.write( "= 9 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |