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 #184547 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Be careful setting this up. The best way to go here is polynomial division: \n" ); document.write( " \n" ); document.write( "Dividing carefully gets a quotient of 5X - 5 with a left over part of Mx + N + 5, but the remainder = 0, so, \n" ); document.write( " \n" ); document.write( "Now set Mx = 0 and solve for M, M = 0 \n" ); document.write( "Set (N + 5) = 0 and N = -5.\r \n" ); document.write( "\n" ); document.write( "M + N = 0 + -5 = -5, [C] \n" ); document.write( " \n" ); document.write( " |