document.write( "Question 442654: Solve the following equation by completing the square. (Enter solutions from smallest to largest. If there is one solution with a multiplicity of two, enter it in both answer boxes.)
\n" );
document.write( " x^2+4x=12\r
\n" );
document.write( "\n" );
document.write( "x = ?
\n" );
document.write( "x = ?\r
\n" );
document.write( "\n" );
document.write( "Please show me the steps to get the answer. Thanks \n" );
document.write( "
Algebra.Com's Answer #305331 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! x2+4x=12 \n" ); document.write( "x2+4x-12=0 \n" ); document.write( "(x+6)(x-2)=0 \n" ); document.write( "x=-6 or 2.. \n" ); document.write( " |