document.write( "Question 264081: I need to solve this problem in synthetic division.
\n" );
document.write( "(x2-3x+2)/(x-1) \n" );
document.write( "
Algebra.Com's Answer #194480 by Greenfinch(383) You can put this solution on YOUR website! This factorises to (x - 2)(x - 1)/(x - 1) \n" ); document.write( "which goes to (x - 2) \n" ); document.write( " |