document.write( "Question 1097212: Write the quadratic function in standard form and find the vertex.\r
\n" );
document.write( "\n" );
document.write( "f(x)=1/2x^2+10x+4 \n" );
document.write( "
Algebra.Com's Answer #711647 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Move the 4 to the right so (1/2)x^2+10x=-4 \n" ); document.write( "Factor out a (1/2) \n" ); document.write( "(1/2)(x^2+20x)=-4 \n" ); document.write( "complete the square \n" ); document.write( "(1/2)(x+10)^2=-4+50; the 10^2=100 is multiplied by (1/2) \n" ); document.write( "(1/2)(x+10)^2-46=0 \n" ); document.write( "vertex is (-10, -46) \n" ); document.write( "Check \n" ); document.write( "vertex x is -b/2a=-10/1=-10 \n" ); document.write( "f(-10)=-46 \n" ); document.write( " |