Let f ( x ) = x 4 + a x 3 + b x 2 + c x + d . If f ( 2 ) = 1 , f ( 3 ) = 2 , f ( 4 ) = 3 and f ( 5 ) = 4 , what is a + b + c + d ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Did the same.
I actually substituted everything. ⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ 1 6 + 8 a + 4 b + 2 c + d 8 1 + 2 7 a + 9 b + 3 c + d 2 5 6 + 6 4 a + 1 6 b + 4 c + d 6 2 5 + 1 2 5 a + 2 5 b + 5 c + d = = = = 1 2 3 4 a = − 1 4 , b = 7 1 , c = − 1 5 3 , d = 1 1 9 a + b + c + d = 2 3
Let 2 , 3 , 4 , 5 be the roots then f ( x ) = ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) + x − 1
On simplifying you will get the result as 2 3 .
Solution 1:
By making odd and even terms in x cancel out, we can write
f(x+1)+f(x-1)-2f(x) = 12x² + 6ax + 2b + 2
So f(4)+f(2)-2f(3) = 0 = 108 + 18a + 2b + 2 and f(5)+f(3)-2f(4) = 0 = 192 + 24a + 2b + 2
=> 18a + 108 = 24a + 192 => 6a = -84 => a = -14
=> 2b - 18*14 + 110 = 0 => b = 71
Replacing we get
1 = 16 - 8 * 14 + 4 * 71 + 2c + d, 2 = 81 - 27 * 14 + 9 * 71 + 3c + d
=> c = -153 => d = 119
So a+b+c+d = -14+71-153+119 = 23
Solution 2:
By observation, f(x) = x-1, or f(x)-x+1 = 0, has roots 2, 3, 4, and 5. So f(x)-x+1 = (x-2)(x-3)(x-4)(x-5), or f(x) = (x-2)(x-3)(x-4)(x-5)+x-1. It follows that 1+a+b+c+d = f(1) = (-1)(-2)(-3)(-4)+1-1, a+b+c+d = 23.
Problem Loading...
Note Loading...
Set Loading...
Observe that, we have f ( x ) = x − 1 for x = 2 , 3 , 4 , 5 . Thus we can say that the 4 th degree polynomial f ( x ) − ( x − 1 ) has four roots 2 , 3 , 4 , 5 . Hence, f ( x ) − ( x − 1 ) = A ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) where A is constant. Since f ( x ) is monic, we have A = 1 . Putting x = 1 on both sides of this identity, we have f ( 1 ) − 0 = ( − 1 ) ( − 2 ) ( − 3 ) ( − 4 ) = 2 4 Thus, 1 + a + b + c + d = 2 4 and hence, a + b + c + d = 2 3 ■