document.write( "Question 962772: I submitted a similar problem earlier, but it had a typo and could not be understood. I'm going to retype the problem with hopefully no typos this time. Could you please help me solve this quadratic equation using completing the square method? x^2+5x+6=0 \n" ); document.write( "
Algebra.Com's Answer #588222 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! solve this quadratic equation using completing the square method? \n" ); document.write( "x^2+5x+6=0 \n" ); document.write( "----------- \n" ); document.write( "x^2+5x = -6 \n" ); document.write( "a = 1, b = 5 \n" ); document.write( "Add (b/2a)^2 to each side \n" ); document.write( "x^2 + 5x + (5/2)^2 = -6 + (5/2)^2 \n" ); document.write( "x^2 + 5x + 25/4 = -6 + 25/4 = 1/4 \n" ); document.write( "(x + 5/2)^2 = (1/2)^2 \n" ); document.write( "x + 5/2 = 1/2 \n" ); document.write( "x = -2 \n" ); document.write( "================ \n" ); document.write( "x + 5/2 = -1/2 \n" ); document.write( "x = -3 \n" ); document.write( " \n" ); document.write( " |