document.write( "Question 160236This question is from textbook College Mathematics
\n" );
document.write( ": How do I complete the square for m(x)=-x^2+6x-4?\r
\n" );
document.write( "\n" );
document.write( "I tried dividing 6x by 2 and factored out -1 from x^2+6x. But how do you get the other number? \n" );
document.write( "
Algebra.Com's Answer #118166 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! m(x)=-x^2+6x-4? \n" ); document.write( "-x^2+6x=4 \n" ); document.write( "x^2-6x=-4 \n" ); document.write( "x^2-6x(+9)=-4(+9) \n" ); document.write( "(x-3)(x-3)=5 \n" ); document.write( "x-3=sqrt5 \n" ); document.write( "x=3+sqrt5 \n" ); document.write( "x=3+2.236 \n" ); document.write( "x=5.236 answer. \n" ); document.write( " |