document.write( "Question 983324: determine whether function is a polynomial function , if it is, state the degree, if it is not, tell why.......f(x)=3x+x^-9\r
\n" );
document.write( "\n" );
document.write( "polynomial degree of 3
\n" );
document.write( "polynomial degree of -9
\n" );
document.write( "not polynomial ... negative coefficient of x
\n" );
document.write( "not polynomial ....negative power of x \n" );
document.write( "
Algebra.Com's Answer #604100 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It is D \n" ); document.write( "not a polynomial because a polynomial doesn't allow division by a variable, and x^-9 is 1/x^9. \n" ); document.write( "The coefficient can be positive or negative. \n" ); document.write( " |