document.write( "Question 147546: Using the remainder theorem, divide f(x) = x^3 + 3x^2 + 3x + 1 by x + 1 and deine the value of the remainder.
\n" );
document.write( "a. -8
\n" );
document.write( "b. -44
\n" );
document.write( "c. 0 (there is no remainder)
\n" );
document.write( "d. 8 \n" );
document.write( "
Algebra.Com's Answer #108179 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! Memorizing the formula for a cubic would easily result in the solution. It is superfluous to use any division or remainder theorem. \n" ); document.write( "x^3 + 3x^2 + 3x + 1=(x+1)^3\r \n" ); document.write( "\n" ); document.write( "There will be no remainder for a^3/a. (We get a^2.) \n" ); document.write( " |