document.write( "Question 44650This question is from textbook
\n" );
document.write( ": Find the polynomial f(x) of degree three that zeroes at 1, 2, and 4 such that f(0)=-16.\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #29696 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (x - 1)(x - 2)(x - 4) \n" ); document.write( "(x^2 - 3x + 2)(x - 4) \n" ); document.write( "x^3 - 3x^2 + 2x - 4x^2 + 12x - 8 \n" ); document.write( "x^3 - 7x^2 + 14x - 8 Fill in zero for 'x' to get -8 .... -8x = -16 : x = 2 \n" ); document.write( "2x^3 - 14x^2 + 28x - 16 = f(x) \n" ); document.write( " |