

InterviewSolution
Saved Bookmarks
1. |
The remainder when `x^(45)` is divided by `x^(2) -1` isA. 2xB. `-x`C. 0D. x |
Answer» Correct Answer - D (i) Use division algorithm (ii) `f(x) = g(x) Q(x) + [ax +b] " where " Q(x)` is quotient and `(ax +b)` is the remainder. Put `x = 1 and x =-1`, then find the values of a and b |
|