

InterviewSolution
Saved Bookmarks
1. |
Let `f(x)=x^[135]+x^[125] -x^[115]+x^5+1`.lf f(x) is divided by `x^3-x` then the remainder is some function of x say g(x). Find the value of g(10) |
Answer» after dividing g(x)=2x+1 g(10)=2*10+1=21 |
|