✔ 最佳答案
Let Ax + B be the remainder, then
x12 - 6x7 + 5 = Q(x) (x - 1)2 + Ax + B where Q(x) is some polynomial in x.
Sub x = 1:
1 - 6 + 5 = A + B
A + B = 0 ... (1)
Taking differentiation w.r.t. x:
12x11 - 42x6 = 2Q(x) (x - 1) + Q(x) (x - 1)2 + A
Sub x = 1:
12 - 42 = A
A = -30
B = 30
Hence the remainder is - 30x + 30
2012-11-09 15:12:32 補充:
After double checking, it is found that the method should be like this:
Since x^12 - 6x^7 + 5 is divisible by x - 1, we should perform division so that:
x^12 - 6x^7 + 5 = (x - 1)(x^11 + x^10 + x^9 + x^8 + x^7 - 5x^6 - 5x^5 - 5x^4 - 5x^3 - 5x^2 - 5x - 5)
2012-11-09 15:13:06 補充:
Hence the remainder should be the same as when x^11 + x^10 + x^9 + x^8 + x^7 - 5x^6 - 5x^5 - 5x^4 - 5x^3 - 5x^2 - 5x - 5 is divided by (x - 1), which is -30 by directly substituting x = 1 into x^11 + x^10 + x^9 + x^8 + x^7 - 5x^6 - 5x^5 - 5x^4 - 5x^3 - 5x^2 - 5x - 5