document.write( "Question 472017: Find the quotient and remainder when the polynomial function,
\n" );
document.write( " x3 – 3 x + 10 is divided by x – 2. \n" );
document.write( "
Algebra.Com's Answer #323653 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the quotient and remainder when the polynomial function, \n" ); document.write( "x3 – 3 x + 10 is divided by x – 2. \n" ); document.write( "... \n" ); document.write( "f(x)=x^3-3x+10 \n" ); document.write( "Using synthetic division: \n" ); document.write( "2).......1........0.........-3.........10 \n" ); document.write( "....................2...........4.........2 \n" ); document.write( "..........1........2......... 1.........12 \n" ); document.write( "f(x)=(x-2)(x^2+2x+1)+12 \n" ); document.write( "Quotient: x^2+2x+1 \n" ); document.write( "Remainder:12 \n" ); document.write( " |