I suspect what you did was forget to put in a zero place holder for a missing term when you did your synthetic division. If you did:
1 | 1 1 -2
1 2
--------------
1 2 0
and then interpreted the result as
, you would get the result you reported. Try this:
1 | 1 1 0 -2
1 2 2
----------------
1 2 2 0
which result would be interpreted as
. Let me know how that works for you.
John

My calculator said it, I believe it, that settles it