Odd Neither Even None A Odd B Neither C Even D None Solution
Odd
Neither
Even
None
| A. | Odd | |
| B. | Neither | |
| C. | Even | |
| D. | None |
Solution
I think you wrote given function is
f(x)=x
a function is called Even if f(-x)=f(x)
so let\'s replace x with -x in given function we get:
f(-x)=-x or f(-x)=-f(x)
we are not getting f(-x)=f(x)
Hence given function is not Even.
---------------------
a function is called Odd if f(-x)=-f(x)
so let\'s replace x with -x in given function we get:
f(-x)=-x or f(-x)=-f(x)
As we got f(-x)=-f(x)
Hence given function is ODD.
---------------
so choice A is correct
