Question 815316
<pre>
x<sup>3</sup> divided by (x+1)

Consider x<sup>3</sup> as x<sup>3</sup>+0x<sup>2</sup>+0x+0

and either do it by long division:

   <u>     x²- x+1</u>-{{{1/(x+1)}}}
x+1)x³+0x²+0x+0
    <u>x³+ x²</u>
       -x²+0x
       <u>-x²- x</u>
            x+0
            <u>x+1</u>
             -1

Or by synthetic division:

-1|1  0  0  0 
  |<u>  -1  1 -1</u>
   1 -1  1 -1

also yielding:  x²-x+1</u>-{{{1/(x+1)}}} 

Edwin</pre>