document.write( "Question 789344: Determine the number of real zeroes and number of imaginary zeroes-
\n" );
document.write( "f(x)=x power of 2+4x+7 \n" );
document.write( "
Algebra.Com's Answer #478838 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! f(x)=x^2+4x+7 \n" ); document.write( "Use ^ (Shift 6) for exponents. \n" ); document.write( "------ \n" ); document.write( "Discriminant = b^2 - 4ac \n" ); document.write( "Disc = 16 - 56 = -40 \n" ); document.write( "Disc < 0 --> 2 complex zeroes. \n" ); document.write( " \n" ); document.write( " |