InterviewSolution
Saved Bookmarks
| 1. |
Divide first polynomial by second polynomial and write the answer in the form ‘Dividend = Divisor × Quotient + Remainder’.(i) x3 - 64 ; x - 4 (ii) 5x5 + 4x4 - 3x3 + 2x2 + 2 ; x2 - x |
|
Answer» Divide first polynomial by second polynomial and write the answer in the form ‘Dividend = Divisor Quotient + Remainder’. (i) (ii) |
|