document.write( "Question 252530: when the polynomial 5x^3 + Mx + N is divided by x^2 + x + 1 the remainder is 0.
\n" );
document.write( "what is M + N ?\r
\n" );
document.write( "\n" );
document.write( "a -3 b 5 c -5 d 15 e none of the above\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #184551 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( " 5x - 5\r\n" ); document.write( " -------------------------------- \r\n" ); document.write( "x² + x + 1 ) 5x³ + 0x² + Mx + N\r\n" ); document.write( " 5x³ + 5x² + 5x\r\n" ); document.write( " ----------------------\r\n" ); document.write( " -5x² + (M-5)x + N\r\n" ); document.write( " -5x² - 5x - 5\r\n" ); document.write( " -------------------------\r\n" ); document.write( " [(M-5)+5]x + (N+5)\r\n" ); document.write( "\r\n" ); document.write( "Remainder = [(M-5)+5]x + (N+5) = 0\r\n" ); document.write( " [M-5+5]x + (N+5) = 0\r\n" ); document.write( " Mx + N+5 = 0\r\n" ); document.write( "\r\n" ); document.write( "The only this can be identically 0 for all values of x\r\n" ); document.write( "is for the coefficient of x to be 0.\r\n" ); document.write( "\r\n" ); document.write( " So M=0, so\r\n" ); document.write( " \r\n" ); document.write( " N+5 = 0\r\n" ); document.write( " N = -5\r\n" ); document.write( "\r\n" ); document.write( "Therefore M + N = 0 + (-5) = -5 choice c\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |