document.write( "Question 1025691: how to find the root of given equation
\n" );
document.write( "X^2 + 2X + 2 = 0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #640977 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how to find the root of given equation \n" ); document.write( "X^2 + 2X + 2 = 0 \n" ); document.write( "a = 1 ; b = 2 ; c = 2 \n" ); document.write( "---- \n" ); document.write( "Use the Quadratic Formula: \n" ); document.write( "x = [-b +- sqrt(b^2-4ac)]/(2a) \n" ); document.write( "------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |