document.write( "Question 67308This question is from textbook An Incremental Development
\n" );
document.write( ": Complete the square as an aid to graphing\r
\n" );
document.write( "\n" );
document.write( "y = -x^2 + 8x - 12 \n" );
document.write( "
Algebra.Com's Answer #47896 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Complete the square as an aid to graphing \n" ); document.write( "y = -x^2 + 8x - 12=-[x^2-8x]-12 \n" ); document.write( "Y=-[X^2-2(X)(4)+4^2-4^2]-12 \n" ); document.write( "Y=-(X-4)^2+16-12 \n" ); document.write( "Y=-(X-4)^2+4 \n" ); document.write( " |