polynomial division, remainder
I need to find the remainder of 
Long division
------- 
__________________________________________________ ____
![x-1 [ x^7 +0x^6 + 0x^5 +0x^4+0x^3 + 6x^2+0x +3 ]](http://latex.codecogs.com/png.latex? x-1 [ x^7 +0x^6 + 0x^5 +0x^4+0x^3 + 6x^2+0x +3 ])
.....  )
................ 
.............. )
......................... 
....................... )
................................. 
...................................... )
......................................... 
................................................ 
.............................................. )
.................................................. ....... 
.................................................. ..... )
.................................................. .................8
Synthetic Division
1 [ 1 0 0 0 0 -6 3]
........1 1 1 1 1 5
........1 1 1 1 5 8
It seems that the remainder is
, however I know the answer is
. Where am I going wrong here? Why does P(1) give the remainder?