InterviewSolution
Saved Bookmarks
| 1. |
If f(x) = x ^ 4 + a * x ^ 3 + b * x ^ 2 + cx + d is a polynomial such that f(1) = 5, f(2) = 10 , f(3) = 15, f(4) = 20 , then the value of f(5) + f * (- 5) is |
| Answer» If f(x) = x ^ 4 + a * x ^ 3 + b * x ^ 2 + cx + d is a polynomial such that f(1) = 5, f(2) = 10 , f(3) = 15, f(4) = 20 , then the value of f(5) + f * (- 5) is | |