

InterviewSolution
Saved Bookmarks
1. |
When x40 + 2 is divided by x4 + 1, what is the remainder ?(a) 1 (b) 2 (c) 3 (d) 4 |
Answer» (c) 3 Put x4 = – 1 in f(x) = x40 + 2 Remainder = (x4)10 + 2 = (–1)10 + 2 = 3. |
|