document.write( "Question 311468: How do I solve for x in this equation? \r
\n" );
document.write( "\n" );
document.write( "12x^2 + 21x + 6 = 0 \n" );
document.write( "
Algebra.Com's Answer #222796 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 12x^2 + 21x + 6 = 0 \n" ); document.write( ". \n" ); document.write( "x1, x2 the roots are to be found out \r \n" ); document.write( "\n" ); document.write( "x1 = -21 + sqrt(21^2-4*12*6) /2*12 \n" ); document.write( "x1=-21+sqrt(441-288) / 24 \n" ); document.write( "x1= -0.359 \n" ); document.write( ".. \n" ); document.write( "x2 = -21-sqrt(441-288) / 24 \n" ); document.write( "= -1.390 \n" ); document.write( " |