

InterviewSolution
Saved Bookmarks
1. |
Divide the polynomial `p(x)=x^4 -3x^2+4x+5` by the polynomial `g(x)=x^2-x+1` and find quotient and remainder. |
Answer» Correct Answer - `q(x)=x^(2)+x-3, r(x)=8` | |