document.write( "Question 308520: I am trying to solve the following: x2 -4x -3 = 0. I can get as far as 4 plus or minus the sqrt of 28 over 2. I don't understand why this becomes 2 plus or minus the sqrt of 7. It seems to me that it should be 2 plus or minus the sqrt of 14.\r
\n" );
document.write( "\n" );
document.write( "Thanks. Marieann \n" );
document.write( "
Algebra.Com's Answer #220604 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I am trying to solve the following: x^2 -4x -3 = 0. I can get as far as 4 plus or minus the sqrt of 28 over 2. I don't understand why this becomes 2 plus or minus the sqrt of 7. It seems to me that it should be 2 plus or minus the sqrt of 14. \n" ); document.write( "------------------------------------------ \n" ); document.write( "Quadratic Formula: \n" ); document.write( "x = [-b +- sqrt(b^2-4ac)]/(2a) \n" ); document.write( "--- \n" ); document.write( "x = [4 +- sqrt(4^2 - 4*1*-3)]/(2*1) \n" ); document.write( "--- \n" ); document.write( "x = [4 +- sqrt(28)]/2 \n" ); document.write( "--- \n" ); document.write( "x = [4 +- 2sqrt(7)]/2 \n" ); document.write( "--- \n" ); document.write( "x = [2+sqrt(7)] or x = [2-sqrt(7)] \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================================== \n" ); document.write( " |