

InterviewSolution
Saved Bookmarks
1. |
If p(x) = x2 – 5x – 6; find the value of p(3). |
Answer» p(x) = x2 – 5x – 6 (given) . p(3) = 32 – 5(3) – 6 = 9 – 15 – 6 = 9 – 21 = -12 So p(3) = – 12. |
|