document.write( "Question 982438: Use the Factor Theorem to determine whether the first polynomial is a factor of the second.\r
\n" );
document.write( "\n" );
document.write( "b + 1; b^6 - b^5 - b + 1 \n" );
document.write( "
Algebra.Com's Answer #603255 by ameanes(4) ![]() You can put this solution on YOUR website! use grouping to factor:\r \n" ); document.write( "\n" ); document.write( "b^5(b - 1) -1(b - 1)\r \n" ); document.write( "\n" ); document.write( "(b^5 - 1)(b - 1)\r \n" ); document.write( "\n" ); document.write( "so, NO, (b + 1) is not a factor \n" ); document.write( " |