InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function is neither even nor odd? (a) f(x) = x3 + 5 (b) f(x) = x5 (c) f(x) = x10 (d) f(x) = x2 |
|
Answer» (a) f(x) = x3 + 5 Since it has a constant term 5. f(x) = x3 + 5 f(-x) = (-x)3 + 5 = -x3 + 5. It is not either f(x) or -f(x). |
|