The function f is defined by f(x) = x3 + ax2 + bx + c.
a, b and c take the values 1, 2 and 3 with no two of them being equal and not necessarily in this order.
The remainder when f(x) is divided by (x + 2) is R.
The remainder when f(x) is divided by (x + 3) is S.
What is the largest possible value of R − S?
- A−26
- B5
- C7
- D17
- E29
Show the answer and worked solution
answer · D
- A−26
- B5
- C7
- D17
- E29
By the remainder theorem R = f(−2) = −8 + 4a − 2b + c and S = f(−3) = −27 + 9a − 3b + c. Subtracting, the c cancels and R − S = 19 − 5a + b. To make this as large as possible take a smallest and b largest, so a = 1 and b = 3 (leaving c = 2), giving R − S = 19 − 5 + 3 = 17.