document.write( "Question 391034: find the zeros of f(x)=x^2+7x+9 by using quadratic formula \n" ); document.write( "
Algebra.Com's Answer #277378 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! f(x)=x^2+7x+9 \n" ); document.write( " \n" ); document.write( "x=(-7+-sqrt[7^2-4*1*9])/2*1 \n" ); document.write( "x=(-7+-sqrt[49-36])/2 \n" ); document.write( "x=(-7+-sqrt13)/2 \n" ); document.write( "x=(-7+-3.6)/2 \n" ); document.write( "x=(-7+3.6)/2 \n" ); document.write( "x=-3.4/2 \n" ); document.write( "x=-1.7 ans. \n" ); document.write( "x=(-7-3.6)/2 \n" ); document.write( "x=-10.6/2 \n" ); document.write( "x=-5.3 ans. \n" ); document.write( " |