document.write( "Question 1167818: Use synthetic division to show that the given x value is a zero of the polynomial. Then find all other zeros
\n" ); document.write( "P(x)=x^3-2x^2-5x+6; x=1
\n" ); document.write( "

Algebra.Com's Answer #792406 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "1   |   1   -2   -5   6\r\n" );
document.write( "    |        1   -1  -6\r\n" );
document.write( "    |______________________\r\n" );
document.write( "        1   -1   -6   0\r\n" );
document.write( "\r\n" );
document.write( "

\n" ); document.write( "meaning is trinomial factor of P is \"x%5E2-x-6\" which factors into \"%28x%2B2%29%28x-3%29\". Zeros include -2, and 3.
\n" ); document.write( "
\n" );