document.write( "Question 312985: What are the Real zeros for f(x) = x^3+2x^2-4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #223794 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I used Newton's method, \n" ); document.write( "x(n+1)=x(n)-f(x(n))/f'(x(n)) \n" ); document.write( "with a starting value of |