document.write( "Question 127364This question is from textbook College Algebra
\n" );
document.write( ":  Determine whether the given number is a zero of the polynomial function.
\n" );
document.write( "11) P(x) = 8x3 + 9x2 + x + 138; -3 \n" );
document.write( "
| Algebra.Com's Answer #93321 by edjones(8007)     You can put this solution on YOUR website! Just replace x with -3 and see if P(-3)=0 \n" ); document.write( "P(x) = 8x^3 + 9x^2 + x + 138 \n" ); document.write( "P(-3) = 8*(-3)^3 + 9*(-3)^2 -3 + 138 \n" ); document.write( "=8*-27+9*9-3+138 \n" ); document.write( "=-216+81-3+138 \n" ); document.write( "=0 \n" ); document.write( ". \n" ); document.write( "Yes -3 is a zero of P(x) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |