document.write( "Question 950693: 3, 1, -2 i need a polyniomial function that has given zeros
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #580555 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
we are given the following zeros, 3, 1, -2, then
\n" ); document.write( "(x-3)*(x-1)*(x+2) will give us the polynomial
\n" ); document.write( "(x-3)*(x-1)*(x+2) = (x^2-4x+3)*(x+2) = x^3 -2x^2 -5x +6
\n" ); document.write( "the graph of this polynomial shows us the zeros where it crosses the x axis
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-10%2C+10%2C+-10%2C+10%2C+x%5E3+-2x%5E2+-5x+%2B6%29+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );