Answer:
-23
Explanation:
You want to know the remainder from division of 2x³ +3x² -x +1 by (x +3).
Remainder theorem
The remainder theorem tells you the remainder from dividing a polynomial p(x) by (x -q) is the value p(q). Here, this means we can find the remainder by evaluating the polynomial expression for x=-3.
Horner form
It is often convenient to evaluate a polynomial by writing it in Horner form.
2x³ +3x² -x +1 = ((2x +3)x -1)x +1
Then for x = -3, we have ...
((2(-3) +3)(-3) -1)(-3) +1 = (-3(-3) -1)(-3) +1 = 8(-3) +1 = -24 +1 = -23
The remainder from the division is -23.
__
Additional comment
If you compare the sum at each stage to the bottom line of a synthetic division tableau, you find they are the same: {-3, 8, -23}.
Horner form uses the minimum number of arithmetic operations to complete the evaluation of the expression: 3 multiplications and 3 additions.
<95141404393>