document.write( "Question 1014980: what does it mean if P(-4) for the polynomial p(x)= x^3+4x^2-9x-36 equals zero? \n" ); document.write( "
Algebra.Com's Answer #631303 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! P(-4) means if you substitute x = -4 in \n" ); document.write( "p(x) = x^3 +4x^2 -9x -36 = 0 \n" ); document.write( ": \n" ); document.write( "(-4)^3 +4(-4)^2 -9(-4) - 36 = 0 \n" ); document.write( "-64 +64 +36 -36 = 0 \n" ); document.write( "0 = 0 \n" ); document.write( ": \n" ); document.write( "this means that (x+4) is a factor of x^3 +4x^2 -9x -36 \n" ); document.write( ": \n" ); document.write( "note that you can apply synthetic division to find the other factors \n" ); document.write( " |