

InterviewSolution
Saved Bookmarks
1. |
Check whether the first polynomial is a factor of the second polynomial by dividing the second polynomial by the first polynomial: (i) x^(2) + 3x + 1, 3x^(4) + 5x^(3) - 7x^(2) + 2x+2 (ii) t^(2) -3, 2t^(4) + 3t^(3) - 2t^(2) - 9t -12 |
Answer» (II) yes |
|