document.write( "Question 678473: Find a polynomial function of lowest degree with integer coefficients that has the given zeros.
\n" );
document.write( "5, −6, 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #421415 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find a polynomial function of lowest degree with integer coefficients that has the given zeros. \n" ); document.write( "5, −6, 2 \n" ); document.write( ". \n" ); document.write( "If you have the above zeros, then the factors must be: \n" ); document.write( "(x-5)(x+6)(x-2) \n" ); document.write( "multiplying them together gives the polynomial. \n" ); document.write( "(x-5)(x+6)(x-2) \n" ); document.write( "(x^2+x-30)(x-2) \n" ); document.write( "x^2(x-2) + x(x-2) - 30(x-2) \n" ); document.write( "(x^3-2x^2) + (x^2-2x) - (30x-60) \n" ); document.write( "x^3-2x^2 + x^2-2x - 30x+60 \n" ); document.write( "x^3-x^2 -2x - 30x+60 \n" ); document.write( "x^3-x^2-32x+60\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |