document.write( "Question 282469: Identify the degree of each term of the polynomial.
\n" );
document.write( "-9x^3+6x^2+9x+2
\n" );
document.write( "first term, second term, third term, fourth term \n" );
document.write( "
Algebra.Com's Answer #205154 by user_dude2008(1862)![]() ![]() ![]() You can put this solution on YOUR website! -9x^3 ----> degree = 3 \n" ); document.write( "6x^2 ----> degree = 2 \n" ); document.write( "9x ----> degree = 1 \n" ); document.write( "2 ----> degree = 0 \n" ); document.write( " |