document.write( "Question 597138: Solve the equation by a method of your choice:
\n" );
document.write( "x^2 + 12x + 36 = 0
\n" );
document.write( "If there are two solutions, separate the solutions by a comma.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #378037 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! factor \n" ); document.write( "(x+6)*(x+6)=0 \n" ); document.write( "x=-6 \n" ); document.write( " \n" ); document.write( " |