InterviewSolution
Saved Bookmarks
| 1. |
If p(x)=x^2+5x+2 Then find the value of p(3), p(0),and p(1) |
|
Answer» P (3) = 26P (0) = 2P (1) = 8 Just put values in place of x |
|