document.write( "Question 486965: f(x)=-4x^2+20x\r
\n" );
document.write( "\n" );
document.write( "Use the vertex formula to find the vertex. \n" );
document.write( "
Algebra.Com's Answer #332877 by John10(297)![]() ![]() You can put this solution on YOUR website! Apply the vertex formula: V = (-b/2a , f(-b/2a)) \n" ); document.write( "x = -b/2a = -20/2(-4) = -20/-8 = 5/2 \n" ); document.write( "y = f(5/2)= -4(5/2)^2 + 20(5/2) = -4(25/4) + 50 = -25 + 50 = 25 \n" ); document.write( "Thus the vertex is (5/2, 25) \n" ); document.write( "John10:) \n" ); document.write( " |