

InterviewSolution
Saved Bookmarks
1. |
For each of the following polynomial, find p(1), p(0) and p(- 2).p(x) = x3 |
Answer» p(x) = x3 ∴ p(1) = 13 = 1 p(x) = x3 ∴ p(0) = 03 = 0 p(x) = x3 ∴ p(-2) = (-2)3 = -8 |
|