document.write( "Question 1119704: Find the coordinates of the vertex for the parabola defined by the given quadratic function.\r
\n" );
document.write( "\n" );
document.write( "f(x) = -x2 + 12x + 4 \n" );
document.write( "
Algebra.Com's Answer #735306 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! -x^2+12x+4=f(x) \n" ); document.write( "vertex x point is -b/2a; a=-1, b=12, so vertex has x value of 6 \n" ); document.write( "f(6)=-36+72+4=40 \n" ); document.write( "(6, 40) \n" ); document.write( " |