document.write( "Question 45379: x2 +4x +4 = 7 It says solve for x.\r
\n" );
document.write( "\n" );
document.write( " I need help on this question.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #30114 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay from \n" ); document.write( "x^2 + 4x + 4 = 7 \n" ); document.write( "subtract 7 and get \n" ); document.write( "x^2 + 4x - 3 = 0 \n" ); document.write( "now apply the quadratic formula and get \n" ); document.write( "x = (-4 ± sqrt(16 + 12)) / 2 \n" ); document.write( "x = (-4 ± sqrt(28)) / 2 \n" ); document.write( "x = (-4 ± 2*sqrt(7)) / 2 \n" ); document.write( "x = -2 ± sqrt(7) \n" ); document.write( " |