document.write( "Question 17328: what is the leading coefficient for p(x)=(x+2)^17 \n" ); document.write( "
| Algebra.Com's Answer #8374 by venugopalramana(3286)     You can put this solution on YOUR website! what is the leading coefficient for p(x)=(x+2)^17.. \n" ); document.write( " if you mean by leading coefficient the coefficient of highest power of x , then notice that \n" ); document.write( " p(x)=(x+2)^17=(x+2)(x+2)(x+2).....17 times \n" ); document.write( " the highest power of x is obviously got by multiplying x by x repeatedly taking one x from each factor ..so we get \n" ); document.write( "x*x*x*.....17 times =x^17...its coeffiocient is 1 and the term is 1x^17 \n" ); document.write( " |