document.write( "Question 709093: vertex form, identify vertex.\r
\n" );
document.write( "\n" );
document.write( " g(x)=X^2-12x+39 \n" );
document.write( "
Algebra.Com's Answer #436388 by nerdybill(7384) You can put this solution on YOUR website! We solve this by \"completing the square\": \n" ); document.write( " g(x)=x^2-12x+39 \n" ); document.write( " g(x)=(x^2-12x)+39 \n" ); document.write( " g(x)=(x^2-12x+36)+39-36 \n" ); document.write( " g(x)=(x-6)^2+3 (vertex form) \n" ); document.write( "Vertex: (6,3) \n" ); document.write( " |