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 #220606 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 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( "x^2-4x-3\r \n" ); document.write( "\n" ); document.write( "a=1 b=-4 c=-3\r \n" ); document.write( "\n" ); document.write( "root x1 = -(-4)+sqrt((-4)^2-4*1*-3 /2\r \n" ); document.write( "\n" ); document.write( "x1= 4 + sqrt (16+12) /2 \n" ); document.write( "x1 = 4 + sqrt28 /2 \n" ); document.write( "x1= (4 + sqrt( 2*2*7 ))/2 \n" ); document.write( "x1= (4+ sqrt4*sqrt7)/2 \n" ); document.write( "x1= (4+2sqrt7)/ 2\r \n" ); document.write( "\n" ); document.write( "Similarly for x2 \n" ); document.write( " |