InterviewSolution
Saved Bookmarks
| 1. |
What should be subtracted from `x^(3) - 7x^(2) + 17x + 17` so that the difference is a multiple of `x-3` ? |
|
Answer» Let k be subtracted . `implies 32 - k = 0` `therefore` k = 32 |
|