document.write( "Question 191655: Solve by completing the square. First divide to make sure that the coefficient of x^2 is 1\r
\n" );
document.write( "\n" );
document.write( "9x^2+18x=-8\r
\n" );
document.write( "\n" );
document.write( "I completed the square but dividing to make sure that the coefficient is 1 I am not understanding. Here is what I did...
\n" );
document.write( "9x^2+18x+8=0
\n" );
document.write( "(3x+4)(3x+2)
\n" );
document.write( "3x+4=0 3x+2=0
\n" );
document.write( "3x=-4 3x=-2
\n" );
document.write( "x=-4/3 x=-2/3 \n" );
document.write( "
Algebra.Com's Answer #143787 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Although your answer is correct, you solved it by factoring instead of \"completing the square\". \n" ); document.write( ". \n" ); document.write( "9x^2+18x=-8 \n" ); document.write( ". \n" ); document.write( "9(x^2+2x) = -8 \n" ); document.write( "9(x^2+2x+__) = -8 \n" ); document.write( "Take half the 'b' term and square it. Then balance the right with what you just added to the left side. \n" ); document.write( "9(x^2+2x+1) = -8 + 9 \n" ); document.write( "9(x+1)^2 = 1 \n" ); document.write( "Dividing both sides by 9: \n" ); document.write( "(x+1)^2 = 1/9 \n" ); document.write( "Taking the square root of both sides: \n" ); document.write( "(x+1) = +-(1/3) (that's plus or minus 1/3) \n" ); document.write( "x = +-(1/3) - 1 \n" ); document.write( ". \n" ); document.write( "x = 1/3 - 1 = 1/3 - 3/3 = -2/3 \n" ); document.write( "x = -1/3 - 1 = -1/3 - 3/3 = -4/3 \n" ); document.write( ". \n" ); document.write( "x = {-4/3, -2/3}\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |