document.write( "Question 996252: I am trying to solve this problem using the quadratic formula but I need help. here is the problem:
\n" );
document.write( "x^2+12=0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #614756 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! For x^2+12=0, the a=1, b=0, and c=12. \n" ); document.write( "Thus, from the quadratic formula, \n" ); document.write( "x = [-0 +- SQRT(0^2 - 4(1)12)] / 2 \n" ); document.write( "x = +- SQRT(-48) / 2 \n" ); document.write( "x = +- 4i*SQRT(3) / 2 \n" ); document.write( "x = +- 2i*SQRT(3) \n" ); document.write( " |