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.
(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.
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
_______________________
Edited by stapel -- Reason for edit: Replacing non-displaying image of text with text.