Billy, you really need to include parentheses to show the grouping.
The way you have this polynomial entered is way different than the
way it actually is. This should be written as:
(4x4+2x3+x2-3x+5)/(x-2)
Long division with polynomials ....
4x3 + 10x2 + 21x + 39
____________________
(x-2)| 4x4 + 2x3 + x2 - 3x + 5 Multiply x-2 by whatever makes
-(4x4 -8x3) x=4x4 ..first part of answer 4x3
----------------------------
10x3 + x2 - 3x + 5 Now multiply x-2 by 10x2 to make
-(10x3 -20x2) x=10x3
------------------------
21x2 - 3x + 5 Multiply by x-2 by 21x to make
-(21x2 -42x) x = 21x2
---------------------
39x + 5 Multiply by 39 to get your x equal to 39x
-(39x -78)
------------
83 Remainder. Since the power here is
less than the power of the divisor x-2
Final answer: 4x3 + 10x2 + 21x + 39 Remainder 83
Or: 4x3 + 10x2 + 21x + 39 + 83/(x-2)