document.write( "Question 1093216: Find the remainder when f(x) is divided by (x - k).\r
\n" );
document.write( "\n" );
document.write( "f(x)= 4x^3-6x^2+3x+1 ; k= -2 \n" );
document.write( "
Algebra.Com's Answer #707822 by Boreal(15235) You can put this solution on YOUR website! polynomial division or synthetic division \n" ); document.write( "-2/4====-6====3===1 \n" ); document.write( "==4====-14===31==-61 \n" ); document.write( "The remainder is -61 \n" ); document.write( "multiply (x+2)(4x^2-14x+31) to get 4x^3-6x^2+3x+62, which is the above with a remainder of -61. \n" ); document.write( " |