document.write( "Question 1100353: Suppose f(x) is a polynomial. What is the least possible degree of that polynomial?
\n" );
document.write( "x: -24 -18 -12 -6 0 6 12 18 24
\n" );
document.write( "f(x): -8 -1 3 -2 4 7 -1 -8 5 \n" );
document.write( "
Algebra.Com's Answer #714857 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! Every polynomial is a continuous function. \n" ); document.write( "The given value of f(x) show that the function value changes sign 5 times -- between -18 and -12, between -12 and -6, between -6 and 0, between 6 and 12, and between 18 and 24. \n" ); document.write( "Since the function is continuous and the function value changes sign 5 times, the function must have (at least) 5 zeros. \n" ); document.write( "Therefore the minimum degree of the polynomial is 5. \n" ); document.write( " |