document.write( "Question 134618: how to find the degree of a polynomial \n" ); document.write( "
Algebra.Com's Answer #98483 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
TIf the polynomial is of a single variable, then the degree of a polynomial is defined as the highest order exponent contained in the polynomial. \r
\n" ); document.write( "\n" ); document.write( "So, if you write the polynomial \"in the normal way\" the highest order power is written as the first term.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If the polynomial contains more than one variable, then the degree is defined as the sum of the exponents with the largest number. \r
\n" ); document.write( "\n" ); document.write( "For instance:
\n" ); document.write( "4x^3 + 2x^2 + x - 5 -- highest exponent is 3, so the degree is 3\r
\n" ); document.write( "\n" ); document.write( "4x^3y^2 + 3x^2y + 3 -- highest is 3+2 = 2\r
\n" ); document.write( "\n" ); document.write( "Be careful with polynomials with more than one variable. Sometimes they order them so that the highest degree term may wel not be the 'leftmost one'\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );