document.write( "Question 691011: Find all real zeros of f(x)=x^3+4x^2-5x-20 \n" ); document.write( "
Algebra.Com's Answer #426453 by nerdybill(7384) You can put this solution on YOUR website! f(x)=x^3+4x^2-5x-20 \n" ); document.write( "set f(x) to zero and factor the right by grouping: \n" ); document.write( "0=(x^3+4x^2)-(5x+20) \n" ); document.write( "0=x^2(x+4)-5(x+4) \n" ); document.write( "0=(x+4)(x^2-5) \n" ); document.write( "x = {-4, \n" ); document.write( " \n" ); document.write( " |