Question 1092148
-----------------------------------------------------------------------------
<b>Using synthetic division</b>, what is the quotient and the remainder when (2x^3-3x+1) is divided by (x+1)? 
-----------------------------------------------------------------------------


<pre>


-1    |     2      0     -3     1
      |
      |           -2     2     1
      |_______________________________
            2     -2     -1     2   

</pre>
QUOTIENT: {{{2x^2-2x-1}}} 
REMAINDER:  {{{2}}}