document.write( "Question 124292: Solve the following quadratic equation by completing the square.
\n" );
document.write( "2x^2+10x+11=0 \n" );
document.write( "
Algebra.Com's Answer #91090 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the following quadratic equation by completing the square. \n" ); document.write( "2x^2+10x+11=0 \n" ); document.write( "-------------------------- \n" ); document.write( "Divide thru by 2 to get: \n" ); document.write( "x^2+5x+(11/2)=0 \n" ); document.write( "Complete the square on the x-terms. \n" ); document.write( "x^2+5x+(5/2)^2 = (-11/2)+(5/2)^2 \n" ); document.write( "(x+(5/2))^2 = (-22/4) + (25/4) \n" ); document.write( "(x+(5/2))^2 = 1 \n" ); document.write( "x+(5/2) = 1 or x+(5/2)= -1 \n" ); document.write( "x = -3/2 or x = -7/2 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |