document.write( "Question 188981: What is the remainder when P(x)=3x^3-x^2+4x-9 is divided by x-1? \r
\n" );
document.write( "\n" );
document.write( "Working with the Remainder Theorm, couldn't find proper place to file; hope this is close enough! \n" );
document.write( "
Algebra.Com's Answer #141728 by Mathtut(3670) ![]() You can put this solution on YOUR website! using synthetic division:\r \n" ); document.write( "\n" ); document.write( "1 | 3 -1 4 -9 \n" ); document.write( " | \n" ); document.write( " |____ 3__2____6_____________ \n" ); document.write( " 3 2 6 -3 \n" ); document.write( ": \n" ); document.write( "so we have so the remainder is -3 \n" ); document.write( " |