document.write( "Question 148116: Write a ploynomial in standard form that has solutions: 0, -2, 3 \n" ); document.write( "
Algebra.Com's Answer #108517 by nerdybill(7384) You can put this solution on YOUR website! For a polynomial to have these solutions: \n" ); document.write( "0, -2, 3 \n" ); document.write( ". \n" ); document.write( "The \"factors\" of that polynomial would be: \n" ); document.write( "x(x+2)(x-3) = 0 \n" ); document.write( ". \n" ); document.write( "Now, to find that \"polynomial\", simply expand: \n" ); document.write( "x(x+2)(x-3) \n" ); document.write( "= x(x^2-3x+2x-6) \n" ); document.write( "= x(x^2-x-6) \n" ); document.write( "= x^3-x^2-6x \n" ); document.write( " \n" ); document.write( " |