

InterviewSolution
Saved Bookmarks
1. |
Divide p(x) by g(x) in each of the following questions and find the quotient q(x) and remainder r(x) : `p(x)=x^(4)+1, " "g(x)=x-1` |
Answer» Correct Answer - `q(x)=x^(3)+x^(2)+x+1, " " r(x)=2` |
|