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) 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( " \n" ); document.write( " \n" ); document.write( " |