document.write( "Question 73735: Given the polynomial below:
\n" ); document.write( "-34 x7-50 x5+98 x4-13 x3+49 x2-18 x-89
\n" ); document.write( "
\n" ); document.write( "what are its degree a, the coefficient b of x4, and the value c of its constant term (if there is no constant term, answer 0)?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #52725 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
The degree is the highest exponent in the polynomial. So the degree a is
\n" ); document.write( "\"a=7\"
\n" ); document.write( "The coefficient b of \"x%5E4\" is the number multiplied by \"x%5E4\" which is 98. So \"b=98\" and the value of the c constant is the value without an x after it. So \"c=-89\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );