document.write( "Question 723209: find the maximum y-value on the graph
\n" );
document.write( "y = f(x)\r
\n" );
document.write( "\n" );
document.write( "f(x)= -x^2+2x+5 \n" );
document.write( "
Algebra.Com's Answer #443067 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the maximum y-value on the graph \n" ); document.write( "y = f(x) \n" ); document.write( "f(x)= -x^2+2x+5 \n" ); document.write( "--- \n" ); document.write( "Since the coefficient of x^2 is negative, the parabol \n" ); document.write( "has a maximum at it's vertex. \n" ); document.write( "--- \n" ); document.write( "vertex occurs where x = -b/(2a) = -2(2*-1) = 1 \n" ); document.write( "The y-value when x = 1 is f(1) = -1+2+5 = 6 \n" ); document.write( "--- \n" ); document.write( "Ans: y = 6 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |