document.write( "Question 457043: how to solve the equation x^2=3-2x by completing the square
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #313596 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x^2=3-2x \n" ); document.write( "x^2+2x = 3 \n" ); document.write( "take (1/2)b, square the result and add to both sides: \n" ); document.write( "x^2+2x+1 = 3+1 \n" ); document.write( "(x+1)(x+1) = 4 \n" ); document.write( "(x+1)^2 = 4 \n" ); document.write( "x+1 = sqrt(4) \n" ); document.write( "x+1 = (+-)2 \n" ); document.write( "x = (+-)2 - 1 \n" ); document.write( "x = {-3, 1} \n" ); document.write( " \n" ); document.write( " |