

InterviewSolution
Saved Bookmarks
1. |
If p(x) = x + 3, then p(x) + p(–x) is equal to(A) 3(B) 2x(C) 0(D) 6 |
Answer» (D) 6 Explanation: p(x) = x + 3 p(– x) = – x + 3 Therefore, p(x) + p(–x) = (x + 3) + (– x + 3) = x + 3 – x + 3 = 6 Hence, option D is the correct answer |
|