find f(x) = x^4 - x^2 + 3x; g(x) = x + 1 using synthetic div

jenna91

New member
Joined
Jan 25, 2008
Messages
1
f(x) = x^4 - x^2 + 3x; g(x) = x + 1

It's a synthetic division question. This is what I got but not sure if it's right or not.

Code:
-1 | 1  0 -1 3  0
   |   -1  1 0 -3
   +-------------
     1 -1  0 3 -3
(x^4 - x^2 + 3x) / (x + 1) = x^3 - x^2 + 3 - 3/(x + 1)
_______________________
Edited by stapel -- Reason for edit: Replacing non-displaying image of text with text.
 
Top