document.write( "Question 426069: form a polynomial with zeros:-2,2,3 and degree:3 \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "form a polynomial with zeros:-2,2,3 and degree:3\n" ); document.write( "(x+2)(x-2)(x-3) = 0\n" ); document.write( "(x+2)(x^2 - 5x + 6) = 0\n" ); document.write( "x(x^2 - 5x + 6)+ 2(x^2 - 5x + 6)= 0\n" ); document.write( " x^3 - 5x^2 + 6x + 2x^2 - 10x +12 = 0\n" ); document.write( " x^3 - 3x^2 -4x + 12 = 0\n" ); document.write( "