document.write( "Question 1005153: what is the polynomial function in standard form with zeros -1, 3 and 4?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621468 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You use the zeroes to make the factors and set their product to zero, or \n" ); document.write( "(x+1)(x-3)(x-4) = 0 \n" ); document.write( "such that \n" ); document.write( "f(x) = (x+1)(x-3)(x-4) \n" ); document.write( "f(x) = x^3 - 6x^2 + 5x + 12 \n" ); document.write( " |