document.write( "Question 762668: I need help on finding the zeros to this function.... f(x)=x^2+6x+18 \n" ); document.write( "
Algebra.Com's Answer #464190 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
use the quadratic formula ((-b+ or -sqrt(b^2-4ac))/2a) to solve\r
\n" ); document.write( "\n" ); document.write( "x = (-6+sqrt(36-4*18)) / 2 = (-6+6i) / 2 = 3i-3 = 3(i-1) where i = sqrt(-1)
\n" ); document.write( "x = (-6-sqrt(36-4*18)) / 2 = (-6-6i) / 2 = -3i-3 = -3(i+1)
\n" ); document.write( "
\n" ); document.write( "
\n" );