document.write( "Question 71923: give an example of each of the following:
\n" ); document.write( "*monomial
\n" ); document.write( "*binomial
\n" ); document.write( "*trinomial
\n" ); document.write( "*polynomial
\n" ); document.write( "*monomial term with degree 3
\n" ); document.write( "*polynomial with degree 2
\n" ); document.write( "*coefficient
\n" ); document.write( "

Algebra.Com's Answer #51435 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
monomial (1 term): x
\n" ); document.write( "binomial (2 terms): x^2+x
\n" ); document.write( "trinomial (3 terms): x^2+x+1
\n" ); document.write( "monomial term with degree 3: x^3
\n" ); document.write( "polynomial (many terms) with degree 2 (highest degree, usually the leading coefficient): x^2+5x+6
\n" ); document.write( "coefficient (usually a known constant multiplied by the variables): in the monimial 6x, 6 is the coefficient
\n" ); document.write( "
\n" );