document.write( "Question 1158332: Write a polynomial using these zeros: x=3,x=-8,x=0 \n" ); document.write( "
Algebra.Com's Answer #781246 by Boreal(15235) You can put this solution on YOUR website! The factors are x(x-3)and (x+8) \n" ); document.write( "this is x(x^2+5x-24) \n" ); document.write( "or x^3+5x^2-24x \n" ); document.write( " |