document.write( "Question 371572: Using syntgetuc division, determine wheter the numbers are zeros of the polynomial.
\n" ); document.write( "0, -2; P(x)=-x^4+6x^2+2x-4\r
\n" ); document.write( "\n" ); document.write( "a. no; yes
\n" ); document.write( "b. yes; yes
\n" ); document.write( "c. no; no
\n" ); document.write( "d. yes; no
\n" ); document.write( "e. none of the above
\n" ); document.write( "

Algebra.Com's Answer #264864 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
There is no need to use synthetic division to check if 0 is a zero of the polynomial. Every term with x in it will become zero leaving just the -4 at the end. So 0 is not a zero of P(x).

\n" ); document.write( "We will use synthetic division to check if -2 is a zero:
\n" ); document.write( "
\r\n" );
document.write( "-2 |  -1   0   6   2  -4\r\n" );
document.write( "----       2  -4  -4   4\r\n" );
document.write( "      ------------------\r\n" );
document.write( "      -1   2   2  -2   0\r\n" );
document.write( "

\n" ); document.write( "The remainder, which is in the lower right corner, is 0! So -2 is a zero of P(x).
\n" ); document.write( "
\n" );