document.write( "Question 32020: change the quadratic equation from standard form to vertex form\r
\n" );
document.write( "\n" );
document.write( "y=2X^2-12X \n" );
document.write( "
Algebra.Com's Answer #18614 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! y=2x^2-12x \n" ); document.write( "=>y=(x^2-12x+36-36) \n" ); document.write( "=>y=(x-6)^2-36 \n" ); document.write( "The above is in the vertex form; vertex being at (6,-36) \n" ); document.write( " |