Roman C. answered 09/08/22
Masters of Education Graduate with Mathematics Expertise
Synthetic division after dividing both polynomials by 2.
The division by 2 makes the problem be to divide x3 - 2x2 + 1 by x - 1
x - 1=0 for x = 1, so
_____________
1 | 1 -2 0 1
1 -1 -1
1 -1 -1 | 0
So the quotient polynomial is thus x2 - x - 1.
For the remainder in the original problem, we would double the one we have here. But we see that it is 0 here.
We can verify the result as follows:
(x - 1)(x2 - x - 1) = x3 - x2 - x - x2 + x + 1 = x3 - 2x2 + 1.