Question 211982
How do you find the degree of a polynomial?
<pre><font size = 4 color = "indigo"><b>
If it only has one variable, say {{{x}}}, then you 
just find the term with the largest exponent of 
{{{x}}}, considering the constant term to be
multiplied by {{{x^0}}}.  That largest exponent
IS the degree.

{{{5x^2+6x-7x^8-2+3x^3}}} is a polynomial of degree 8

{{{x+1}}} is a polynomial of degree 1 because {{{x}}} means {{{x^1}}}

{{{x}}} is also a polynomial of degree 1 because {{{x}}} means {{{x^1}}}

{{{1}}} is a polynomial of degree 0 because 1 means {{{1x^0}}}

If there are two or more variables, then in the terms with more
than one variable, you add the exponents and the degree of the
polynomial is the largest exponent or sum of exponents:

{{{x^4y^3+6x^3y^3-7xy8+5x^3+2}}} has degree 9, because the 
exponents of the term {{{-7xy^8}}} is 9 because it means {{{-7x^1y^8}}} 
and adding exponents {{{1+8=9}}}

{{{7-xyz}}} has degree 3 because {{{-xyz}}} means {{{-x^1y^1z^1}}} and 
adding exponents gives 1+1+1=3.

Edwin</pre>