document.write( "Question 480278: Identify the degree of each term of the polynomial and the degree of the polynomial.
\n" );
document.write( "-9x^3 + 7x^2 + 3x + 5 \n" );
document.write( "
Algebra.Com's Answer #328939 by wilft1(217)![]() ![]() You can put this solution on YOUR website! the degree of each polynomial means the \"power\" of it, like 2^4\r \n" ); document.write( "\n" ); document.write( "-9x^3 would be 3\r \n" ); document.write( "\n" ); document.write( "7x^2 would be 2\r \n" ); document.write( "\n" ); document.write( "3x would be 1\r \n" ); document.write( "\n" ); document.write( "5 would be 0\r \n" ); document.write( "\n" ); document.write( "the degree of the polynomial is going to be the highest \"power\"\r \n" ); document.write( "\n" ); document.write( "so, in this case, it would be 3 \n" ); document.write( " |