document.write( "Question 762459: I need to solve by completing the square\r
\n" );
document.write( "\n" );
document.write( "X^2+2X+48 I believe I would first divide by 2, but not sure what to do after that. Thank you for the help. \n" );
document.write( "
Algebra.Com's Answer #463980 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we are given x^2 +2x + 48 = 0 \n" ); document.write( "subtract 48 from both sides of the = \n" ); document.write( "x^2 +2x = -48 \n" ); document.write( "complete the square on the left side of = and add the constant square to the right side \n" ); document.write( "x^2 +2x + 1 = -48 +1 \n" ); document.write( "(x + 1)^2 = -47 \n" ); document.write( "take the square root of both sides of = \n" ); document.write( "x + 1 = sqrt(-47) \n" ); document.write( "x = sqrt(-47) -1 \n" ); document.write( " \n" ); document.write( " |