document.write( "Question 58238: State the degree of the following polynomial:
\n" );
document.write( "8x^3 + 6x^2y + 4xy^3 - 2y^4 \n" );
document.write( "
Algebra.Com's Answer #39885 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! State the degree of the following polynomial: \n" ); document.write( "8x^3+6x^2y+4xy^3-2y^4 \n" ); document.write( "The degree of a polynomial is the degree of it's highest degreed term. \n" ); document.write( "8x^3 <--degree 2 \n" ); document.write( "6x^2y <--degree 2+1=3 \n" ); document.write( "4xy^3 <--degree 1+3=4 \n" ); document.write( "2y^4 <--degree 4 \n" ); document.write( "The two highest degreed terms have a degree of 4, so the degree of the polynomial is \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |