

InterviewSolution
Saved Bookmarks
1. |
Given that the expression `2x^3+3p x^2-4x+p`hs a remainder of 5 when divided by `x+2`, find the value of `pdot` |
Answer» Correct Answer - `p = 1` Let `f(x) = 2x^(3) + 3px^(2) - 4x + p` Given `f(-2) = 2 (-2)^(3) + 3 (-2)^(2)p - 4 (-2)+ p = 5` or ` 13 p - 8 = 5 ` or ` p = 1` |
|