InterviewSolution
Saved Bookmarks
| 1. |
consider a polynomial f(x)=ax^2+bx+c such that f(0)=4 when f(x) is divided by x+1, we get remainder as 4 and when it is divided by x+2, we get remainder as 6. find the values of a,b,c. |
| Answer» consider a polynomial f(x)=ax^2+bx+c such that f(0)=4 when f(x) is divided by x+1, we get remainder as 4 and when it is divided by x+2, we get remainder as 6. find the values of a,b,c. | |