document.write( "Question 467453: Find a third–degree polynomial function such that f(0) = 18 and whose zeros are –1, 2, and 3. Using complete sentences, explain how you found it.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #320763 by robertb(5830)![]() ![]() You can put this solution on YOUR website! -1 a root means x + 1 is a factor of the polynomial \n" ); document.write( "2 a root means x - 2 is a factor of the polynomial \n" ); document.write( "3 a root means x - 3 is a factor of the polynomial\r \n" ); document.write( "\n" ); document.write( "==> The polynomial is of the form f(x) = a(x+1)(x-2)(x-3), where a is an undetermined coefficient. To find the value of c, use the boundary condition f(0) = 18.\r \n" ); document.write( "\n" ); document.write( "==> f(0) = c(0+1)(0-2)(0-3) = c*1*-2*-3 = 6c = 18 ==> c = 3.\r \n" ); document.write( "\n" ); document.write( "Hence the polynomial is f(x) = 3(x+1)(x-2)(x-3). I leave it up to you to multiply out the linear factors. \n" ); document.write( " |