document.write( "Question 1025366: f(x) = x^2 + 4x - 12 Solve by completing the square. \n" ); document.write( "
Algebra.Com's Answer #640644 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! f(x) = x^2 + 4x - 12 Solve by completing the square. \n" ); document.write( ": \n" ); document.write( "x^2 + 4x + __ = 12 \n" ); document.write( "Complete the square, divide the coefficient of x by 2 and square it (4/2)^2 \n" ); document.write( "add to both sides \n" ); document.write( "x^2 + 4x + 4 = 12 + 4 \n" ); document.write( "x^2 + 4x + 4 = 16 \n" ); document.write( "A perfect square which is: \n" ); document.write( "(x+2)^2 = 16 \n" ); document.write( "Find the square root of both side \n" ); document.write( "x + 2 = +/- \n" ); document.write( "x + 2 = +/- 4 \n" ); document.write( "Subtract 2 from both sides, two solutions \n" ); document.write( "x = -2 + 4 \n" ); document.write( "x = 2 \n" ); document.write( "and \n" ); document.write( "x = -2 - 4 \n" ); document.write( "x = -6 \n" ); document.write( " |