document.write( "Question 251817: Solve quadratic equations using the squaring method.
\n" );
document.write( "x^2+8x-2=0???? \n" );
document.write( "
Algebra.Com's Answer #183507 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! Solve quadratic equations using the squaring method. \n" ); document.write( "x^2+8x-2=0????\r \n" ); document.write( "\n" ); document.write( "We need a perfect square, like (x+a)^2, on the left side of the equation. To determine what to add to each side to get a perfect square on the left, we look at the coefficient 8 on the x term. Half of 8 is 4. Squaring 4 we get 16 so we need to add 18 to both sides to get 16 on the left:\r \n" ); document.write( "\n" ); document.write( "x^2 + 8x - 2 + 18 = 18 \n" ); document.write( "x^2 + 8x + 16 = 18 \n" ); document.write( "(x+4)*(x+4) = 18 \n" ); document.write( "(x+4)^2 = 18\r \n" ); document.write( "\n" ); document.write( "Take the square root of both sides and we have:\r \n" ); document.write( "\n" ); document.write( "x+4 = sqrt(18) \n" ); document.write( "x = sqrt(18) - 4 \n" ); document.write( "x = 3*sqrt(2) - 2 \n" ); document.write( " |