题目
Problem
f(x)=2x3−x2+Ax+B
where A and B are integers.
Given that when f(x) is divided by (x+3) the remainder is 55
(a) show that
3A−B=−118
(2)
Given also that (2x−5) is a factor of f(x),
(b) find the value of A and the value of B.
(3)
(c) Hence find the quotient when f(x) is divided by (x−7)
(2)
解答
(a)
解法一
思路
展开
除以 x+3 的余数是 f(−3),所以 f(−3)=55。
答题过程
展开
By the remainder theorem,
f(−3)=2(−3)3−(−3)2+A(−3)+B=−54−9−3A+B=−3A+B=3A−B=555555118−118.
This is the required result.
(b)
解法一
思路
展开
(2x−5) 是因式,所以 x=25 是根。代入 f(x) 得到第二个方程,再联立。
答题过程
展开
Since (2x−5) is a factor,
f(25)=0.
So
2(25)3−(25)2+A(25)+B=0.
Multiply by 4:
125−25+10A+4B=5A+2B=0−50.
Now solve
3A−B=5A+2B=−118,−50.
From the first equation,
B=3A+118.
Substitute:
5A+2(3A+118)=11A+236=11A=A=−50−50−286−26.
Then
B=3(−26)+118=40.
Therefore,
A=−26,B=40.
(c)
解法一
思路
展开
先写出 f(x)=2x3−x2−26x+40,再除以 (x−7)。题目问 quotient,不是问是否整除。
答题过程
展开
Using A=−26 and B=40,
f(x)=2x3−x2−26x+40.
Divide by (x−7):
2x3−x2−26x+40=(x−7)(2x2+13x+65)+495.
Therefore, the quotient is
2x2+13x+65.