document.write( "Question 295662: If I am going to solve a problem by completing the square, how would I know what to add to both sides? \n" ); document.write( "
Algebra.Com's Answer #213092 by richwmiller(17219) You can put this solution on YOUR website! After you have reduced the coefficient of x^2 to 1 then you take the coefficient of x. Now take half of it and then square it \n" ); document.write( "For example \n" ); document.write( "x^2+2x=8 \n" ); document.write( "Take the 2 of 2x and take half of it. That equals 1. Square it. That also equals 1 \n" ); document.write( "Add 1 to both sides. \n" ); document.write( "(x+1)^2=9 \n" ); document.write( "Take the square root of both sides \n" ); document.write( "x+1=+-3 \n" ); document.write( "x=-1+3=2 \n" ); document.write( "x=-1-3=-4 \n" ); document.write( "x=(2,-4) \n" ); document.write( "We could have factored x^2+2x-8=0 into (x-2)*(x+4)=0 \n" ); document.write( " \n" ); document.write( " |