

InterviewSolution
Saved Bookmarks
1. |
Determine which of the following polynomials has (x + 1) as a factor. x3 – x2 – x + 1 |
Answer» f(- 1) = (- 1)3 – (- 1)2 – (- 1) + 1 = -1 – 1 + 1 + 1 = 0 ∴ (x + 1) is a factor. |
|