InterviewSolution
Saved Bookmarks
| 1. |
Divide (2x^2-x-20) by (x+3) and verify division algorithm |
|
Answer» It\'s 2x^2 - x-20 Quotient = 2x - 5, remainder = -5Verification:It can be seen that:(x + 3) (2x - 5) - 5 = 2x2\xa0+ 6x - 5x - 15 - 5 = 2x2\xa0+ x - 20Dividend= Divisor x Quotient + RemainderHence, the division algorithm is verified. |
|