 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What must be added to `x^4+2x^3-2x^2+x-1`so that the result is exactly divisible by `x^2+2x-3.` | 
| Answer» Dividend=divisor*quotient+remainder p-(-x+2)=(divisor*quotient) p+(x-2)=D*Q (x-2) 2 should be added . | |